Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Oct 31, 2024
1 parent 8317e47 commit 7cc94c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
host: x86_64-apple-darwin
dep_opts: ""
skip_if_fast: true
if: env.FAST_MODE != 'true' || matrix.skip_if_fast == false
if: ${{ env.FAST_MODE != 'true' || matrix.skip_if_fast == false }}
container:
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
options: --user root
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- build_target: mac
host: x86_64-apple-darwin
skip_if_fast: true
if: env.FAST_MODE != 'true' || matrix.skip_if_fast == false
if: ${{ env.FAST_MODE != 'true' || matrix.skip_if_fast == false }}
container:
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
options: --user root
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
skip_if_fast: true
- build_target: linux64_multiprocess
skip_if_fast: true
if: env.FAST_MODE != 'true' || matrix.skip_if_fast == false
if: ${{ env.FAST_MODE != 'true' || matrix.skip_if_fast == false }}
container:
image: ghcr.io/${{ needs.build-image.outputs.repo-name }}/dashcore-ci-runner:${{ needs.build-image.outputs.image-tag }}
options: --user root
Expand Down

0 comments on commit 7cc94c2

Please sign in to comment.