File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
28
28
- name : Install ${{ matrix.swift }}
29
29
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/"
33
33
echo "PATH=$PATH" >> $GITHUB_ENV
34
34
swiftc --version
35
35
36
- - name : rauhul
36
+ - name : Build ${{ matrix.example }}
37
37
run : |
38
38
cd $IDF_PATH
39
39
. ./export.sh
You can’t perform that action at this time.
0 commit comments