We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fd1e7 commit 63f1ddfCopy full SHA for 63f1ddf
.github/workflows/ci.yml
@@ -77,14 +77,14 @@ jobs:
77
- job_name: 'i686 (mingw32-w64): Windows (Debian stable, Wine)'
78
env_vars: 'HOST=i686-w64-mingw32'
79
80
- steps:
81
- - name: Checkout
82
- uses: actions/checkout@v3
+ # steps:
+ # - name: Checkout
+ # uses: actions/checkout@v3
83
84
- - run: ls -l ./.github/workflows/run-in-docker.yml
+ # - run: ls -l ./.github/workflows/run-in-docker.yml
85
86
- - name: Run in Docker
87
- uses: ./.github/workflows/run-in-docker.yml
+ # - name: Run in Docker
+ uses: ./.github/workflows/run-in-docker.yml
88
# with:
89
# dockerfile: ./ci/linux-debian-wine.Dockerfile
90
# tag: ci-image
0 commit comments