We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ccb32 commit 8e46febCopy full SHA for 8e46feb
.github/workflows/build-pico-sdk.yml
@@ -50,6 +50,7 @@ jobs:
50
tar xzf ${{ matrix.swift }}-ubuntu24.04.tar.gz
51
export PATH="$PATH:`pwd`/${{ matrix.swift }}-ubuntu24.04/usr/bin/"
52
echo "PATH=$PATH" >> $GITHUB_ENV
53
+ which swiftc
54
swiftc --version
55
56
- name: Clone Pico SDK
0 commit comments