Skip to content

Commit fedcd51

Browse files
authored
Fix error when cargo-template replace variables in rust-check-test.yml with liquid
1 parent c7c1018 commit fedcd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-check-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
os: [ ubuntu-latest, macos-latest, windows-latest ]
2929
rust: [ stable, beta ]
30-
runs-on: ${{ matrix.os }}
30+
runs-on: {% raw %}${{ matrix.os }}{% endraw %} # This fix error when cargo-generate replace variables in this file
3131
timeout-minutes: 5
3232
steps:
3333
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)