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:
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
You can’t perform that action at this time.
0 commit comments