Skip to content

Commit

Permalink
needs: prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
makeding committed Sep 27, 2024
1 parent 5cda59f commit 63994ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# run: apt install -y
- name: Download SDK from OpenWrt
run: |
wget https://archive.openwrt.org/releases/22.03.0/targets/x86/generic/openwrt-sdk-22.03.0-x86-generic_gcc-11.2.0_musl.Linux-x86_64.tar.xz --tries 2
wget https://archive.openwrt.org/releases/22.03.0/targets/x86/generic/openwrt-sdk-22.03.0-x86-generic_gcc-11.2.0_musl.Linux-x86_64.tar.xz --tries 2 --quiet
tar --strip-components=1 -xf openwrt*.tar.xz
- name: Checkout fleth
uses: actions/checkout@v4
Expand All @@ -28,6 +28,7 @@ jobs:
./scripts/feeds install -a
compile:
runs-on: ubuntu-24.04
needs: prepare
steps:
- name: compile
run: |
Expand Down

0 comments on commit 63994ef

Please sign in to comment.