Skip to content

Commit 2ba0cd5

Browse files
authored
Revert previous commit (wrong repo)
1 parent fedcd51 commit 2ba0cd5

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: {% raw %}${{ matrix.os }}{% endraw %} # This fix error when cargo-generate replace variables in this file
30+
runs-on: ${{ matrix.os }}
3131
timeout-minutes: 5
3232
steps:
3333
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)