File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -49,28 +49,15 @@ jobs:
49
49
sudo apt-get update
50
50
sudo apt-get install pkg-config
51
51
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
-
62
52
- name : esp-idf build and merge binaries
63
53
64
- env :
65
- SWIFTC : /usr/local/bin/swift
66
54
with :
67
55
esp_idf_version : latest
68
56
target : ${{ env.TARGET }}
69
57
path : ' .'
70
58
command : |
71
59
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
72
60
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
74
61
export PATH="$PATH:`pwd`/swift-DEVELOPMENT-SNAPSHOT-2024-10-30-a-ubuntu22.04/usr/bin/"
75
62
swiftc --version
76
63
idf.py @boards/${{ matrix.board }}.cfg build &&
You can’t perform that action at this time.
0 commit comments