Skip to content

Commit

Permalink
Add double quotes to string in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjoerussell committed Feb 11, 2025
1 parent 309d5fe commit 8a7d1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: "Checkout Repository"
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"

- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: "actions-rust-lang/setup-rust-toolchain@v1"

# Cache is updated in this workflow, and reused in subsequent workflows.
# Always start with a fresh cache when running on the main branch.
Expand Down

0 comments on commit 8a7d1ee

Please sign in to comment.