Skip to content

Commit a5ae1a0

Browse files
committed
removed old toolchain from contracts CI
1 parent 50ec307 commit a5ae1a0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci-contracts-upload-binaries.yml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: Install Rust stable
3232
uses: actions-rs/toolchain@v1
3333
with:
34-
toolchain: 1.77
3534
target: wasm32-unknown-unknown
3635
override: true
3736

.github/workflows/publish-nym-contracts.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@ name: publish-nym-contracts
22
on:
33
workflow_dispatch:
44
release:
5-
types: [created]
5+
types: [ created ]
66

77
jobs:
88
build:
99
if: ${{ (startsWith(github.ref, 'refs/tags/nym-contracts-') && github.event_name == 'release') || github.event_name == 'workflow_dispatch' }}
10-
runs-on: [self-hosted, custom-ubuntu-20.04]
10+
runs-on: [ self-hosted, custom-ubuntu-20.04 ]
1111
steps:
1212
- uses: actions/checkout@v4
1313

1414
- name: Install Rust stable
1515
uses: actions-rs/toolchain@v1
1616
with:
17-
toolchain: 1.77
1817
target: wasm32-unknown-unknown
1918
override: true
2019

0 commit comments

Comments
 (0)