Skip to content

Commit

Permalink
ci: do not use cache for no-agave
Browse files Browse the repository at this point in the history
  • Loading branch information
anwayde committed Oct 17, 2024
1 parent 39a1ad9 commit a51157f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
machine: ${{ matrix.machine }}
compiler: ${{ matrix.compiler }}
compiler-version: ${{ matrix.compiler-version }}
if: ${{ contains(matrix.targets, 'fdctl') }}
if: ${{ contains(matrix.targets, 'fdctl') && !contains(matrix.extras, 'no-agave') }}

- name: build targets
run: |
Expand Down

0 comments on commit a51157f

Please sign in to comment.