Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Sep 13, 2024
1 parent b4c2113 commit 03e5248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Build platforms ${{ matrix.config }}
run: CONFIG=${{ matrix.config }} make build-all-platforms
- name: Integration tests
if: {{ matrix.config }} == 'Debug'
if: ${{ matrix.config }} == 'Debug'
run: make test-integration
- name: Build for library evolution
if: {{ matrix.config }} == 'Release'
if: ${{ matrix.config }} == 'Release'
run: make build-for-library-evolution

ubuntu:
Expand Down

0 comments on commit 03e5248

Please sign in to comment.