Skip to content

Commit 06001f7

Browse files
committed
[ci] Pin rust to 1.60.0
1 parent 4044684 commit 06001f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Rust
2626
uses: actions-rs/toolchain@v1
2727
with:
28-
toolchain: stable
28+
toolchain: 1.60.0
2929

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

4646
- name: Build
47-
run: yarn build
47+
run: yarn build -vv
4848

4949
- name: Test
5050
run: yarn test

0 commit comments

Comments
 (0)