Skip to content

Commit

Permalink
WiP: Publishing: Actually try rust skip
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Jan 13, 2024
1 parent 66ddea8 commit 701a1e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: ${{ fromJSON(vars.RUST_VERSION) }}
rustflags:
# - name: Install Rust
# uses: actions-rust-lang/setup-rust-toolchain@v1
# with:
# toolchain: ${{ fromJSON(vars.RUST_VERSION) }}
# rustflags:

# - name: Update CURL
# run: |
Expand Down

0 comments on commit 701a1e5

Please sign in to comment.