mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-05-01 15:26:06 +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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user