Skip to content

Commit 5dc5133

Browse files
committed
ci: move Swift so that it's visible by container
1 parent 5b106a8 commit 5dc5133

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
with:
5555
development: true
5656

57+
- name: Move Swift
58+
run: |
59+
sudo mv /usr/local/bin/swift* /usr/bin/
60+
sudo mv /usr/local/lib/swift /usr/lib/
61+
5762
- name: esp-idf build and merge binaries
5863
uses: espressif/[email protected]
5964
env:

0 commit comments

Comments
 (0)