Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored Jul 8, 2024
1 parent 8178015 commit 458e191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
uses: actions/checkout@v4
- name: Extra toolchain
run: |
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
rustup toolchain add nightly
rustup +nightly component add rust-src
rustup +nightly target add ${{ matrix.target }} || true
mkdir -p ~/openwrt
wget "${{ matrix.sdk }}" -qO- | tar --strip-components 1 -C ~/openwrt -xvJ
Expand Down

0 comments on commit 458e191

Please sign in to comment.