Skip to content

Commit

Permalink
Correct syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Nov 14, 2024
1 parent d943d0c commit 5e6d35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
runs-on: ${{ format(`{0}-latest`, matrix.os) }}
runs-on: ${{ format('{0}-latest', matrix.os) }}
steps:
- uses: actions/checkout@v4
- name: set up rust
Expand Down

0 comments on commit 5e6d35c

Please sign in to comment.