mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-04-02 20:19:16 +02: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 }}
|
name: ${{ matrix.arch_name.image }}
|
||||||
needs: base
|
needs: base
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
OCI_EXE: docker
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user