Skip to content

Commit

Permalink
[ci] Pin rust to 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhinodavid committed Aug 18, 2024
1 parent 4044684 commit 06001f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.60.0

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand All @@ -44,7 +44,7 @@ jobs:
run: yarn install --frozen-lockfile

- name: Build
run: yarn build
run: yarn build -vv

- name: Test
run: yarn test
Expand Down

0 comments on commit 06001f7

Please sign in to comment.