Skip to content

Commit 5b4c530

Browse files
committed
updates
1 parent 19eca1d commit 5b4c530

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727

2828
- name: Install ${{ matrix.swift }}
2929
run: |
30-
wget https://download.swift.org/development/ubuntu2404-aarch64/${{ matrix.swift }}/${{ matrix.swift }}-ubuntu24.04-aarch64.tar.gz
31-
tar xzf ${{ matrix.swift }}-ubuntu24.04-aarch64.tar.gz
32-
export PATH="$PATH:`pwd`/${{ matrix.swift }}-ubuntu24.04-aarch64/usr/bin/"
30+
wget -q https://download.swift.org/development/ubuntu2404/${{ matrix.swift }}/${{ matrix.swift }}-ubuntu24.04.tar.gz
31+
tar xzf ${{ matrix.swift }}-ubuntu24.04.tar.gz
32+
export PATH="$PATH:`pwd`/${{ matrix.swift }}-ubuntu24.04/usr/bin/"
3333
echo "PATH=$PATH" >> $GITHUB_ENV
3434
swiftc --version
3535
36-
- name: rauhul
36+
- name: Build ${{ matrix.example }}
3737
run: |
3838
cd $IDF_PATH
3939
. ./export.sh

0 commit comments

Comments
 (0)