File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -49,28 +49,15 @@ jobs:
4949 sudo apt-get update
5050 sudo apt-get install pkg-config
5151
52- # - name: Setup Swift
53- # uses: SwiftyLab/setup-swift@latest
54- # with:
55- # development: true
56-
57- # - name: Install Swift
58- # run: |
59- # sudo mv /usr/local/bin/swift* /usr/bin/
60- # sudo mv /usr/local/lib/swift /usr/lib/
61-
6252 - name : esp-idf build and merge binaries
6353 uses : espressif/esp-idf-ci-action@v1.1.0
64- env :
65- SWIFTC : /usr/local/bin/swift
6654 with :
6755 esp_idf_version : latest
6856 target : ${{ env.TARGET }}
6957 path : ' .'
7058 command : |
7159 wget https://download.swift.org/development/ubuntu2204/swift-DEVELOPMENT-SNAPSHOT-2024-10-30-a/swift-DEVELOPMENT-SNAPSHOT-2024-10-30-a-ubuntu22.04.tar.gz
7260 tar xzf swift-DEVELOPMENT-SNAPSHOT-2024-10-30-a-ubuntu22.04.tar.gz
73- export SWIFTC=`pwd`/swift-DEVELOPMENT-SNAPSHOT-2024-10-30-a-ubuntu22.04/usr/bin/swift
7461 export PATH="$PATH:`pwd`/swift-DEVELOPMENT-SNAPSHOT-2024-10-30-a-ubuntu22.04/usr/bin/"
7562 swiftc --version
7663 idf.py @boards/${{ matrix.board }}.cfg build &&
You can’t perform that action at this time.
0 commit comments