Skip to content

Commit

Permalink
ci: fix expression
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Apr 5, 2024
1 parent 21642d9 commit 8b28708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
submodules: true

- name: Checkout libqflex
if: ${{ matrix.binaries == "qemu" }}
if: (${{ matrix.binaries }} == 'qemu')
uses: actions/checkout@v4
with:
repository: parsa-epfl/libqflex
Expand Down

0 comments on commit 8b28708

Please sign in to comment.