mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +01:00
Force OCI_EXE to docker in CI
We use docker to build images, we also want to use it when running the images
This commit is contained in:
parent
787e0cbc41
commit
699a52c3e5
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -52,6 +52,8 @@ jobs:
|
||||
name: ${{ matrix.arch_name.image }}
|
||||
needs: base
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OCI_EXE: docker
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user