Skip to content

Commit

Permalink
" and '
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Nov 1, 2023
1 parent 5670830 commit 9374ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Generate cache key
id: cache-key
run: echo "key=$(sed \"s/[, ]/-/g\" <<< \"${{matrix.rust-version }}-${{ matrix.mpi }}-${{ matrix.feature-flags }}\")" >> $GITHUB_OUTPUT
run: echo 'key=$(sed "s/[, ]/-/g" <<< "${{matrix.rust-version }}-${{ matrix.mpi }}-${{ matrix.feature-flags }}")' >> $GITHUB_OUTPUT
- name: Cache Rust build
uses: Swatinem/rust-cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Generate cache key
id: cache-key
run: echo "key=$(sed \"s/[, ]/-/g\" <<< \"${{matrix.rust-version }}-${{ matrix.mpi }}-${{ matrix.feature-flags }}\")" >> $GITHUB_OUTPUT
run: echo 'key=$(sed "s/[, ]/-/g" <<< "${{matrix.rust-version }}-${{ matrix.mpi }}-${{ matrix.feature-flags }}")' >> $GITHUB_OUTPUT
- name: Cache Rust build
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 9374ad6

Please sign in to comment.