Skip to content

Commit 20f5956

Browse files
LuthafPicoCentauri
authored andcommitted
Fix YAML syntax for rust tests
1 parent 575b7a8 commit 20f5956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: setup Python
9090
uses: actions/setup-python@v5
91-
if: !matrix.container
91+
if: "!matrix.container"
9292
with:
9393
python-version: "3.12"
9494

0 commit comments

Comments
 (0)