Skip to content

Commit

Permalink
Is this the right syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix committed Jan 18, 2021
1 parent 7f1edc3 commit a88e356
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
# TODO: refactor toolchain version
toolchain: $RUST_VERSION
toolchain: ${{ RUST_VERSION }}
components: clippy, rustfmt
default: true
- name: Install dependencies
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: $RUST_VERSION
toolchain: ${{ RUST_VERSION }}
components: clippy, rustfmt
default: true
- name: Build binary
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: $RUST_VERSION
toolchain: ${{ RUST_VERSION }}
components: clippy, rustfmt
default: true
- name: Build binary
Expand Down

0 comments on commit a88e356

Please sign in to comment.