Skip to content

Commit

Permalink
try different profile
Browse files Browse the repository at this point in the history
  • Loading branch information
f-gate committed Dec 8, 2023
1 parent 418ae9d commit ec42bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/try_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Set HOME
run: echo "HOME=/home/ubuntu" >> ${GITHUB_ENV}

- name: Install minimal nightly Rust
- name: Install nightly Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
profile: default
toolchain: nightly-2023-05-22
target: wasm32-unknown-unknown
override: true
Expand Down

0 comments on commit ec42bdf

Please sign in to comment.