Skip to content

Commit

Permalink
use SDK 2.0.0 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoedemakers authored Sep 1, 2024
1 parent 3dabd78 commit 198b4d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/BuildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,17 @@ jobs:
- name: Build all the .uf2 files
run: |
chmod +x build*.sh bld.sh || exit 1
export PICO_SDK_PATH=$HOME/pico-sdk
export PICO_SDK_PATH=$HOME/pico2/pico-sdk
./buildAll.sh
- name: Show release info using picotool
run: |
PICOTOOL=$HOME/picotool/build/picotool
export PICO_SDK_PATH=$HOME/pico-sdk
for file in releases/*.uf2; do
echo "-----------------------------"
$PICOTOOL info $file
done
# - name: Show release info using picotool
# run: |
# PICOTOOL=$HOME/picotool/build/picotool
# export PICO_SDK_PATH=$HOME/pico-sdk
# for file in releases/*.uf2; do
# echo "-----------------------------"
# $PICOTOOL info $file
# done

- name: Create release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 198b4d8

Please sign in to comment.