Skip to content

Commit

Permalink
Update build-rpi-baremetal.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iCMDdev authored Jan 3, 2025
1 parent 691635e commit da8dc49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-rpi-baremetal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["main"]
schedule:
# Build on Mondays at 9am PST every week
- cron: '0 17 * * 1'
- cron: '0 17 * * 1'
jobs:
build-rpi-baremetal:
runs-on: ubuntu-24.04
Expand All @@ -32,7 +32,7 @@ jobs:
echo "PATH=$PATH" >> $GITHUB_ENV
which swiftc
swiftc --version
- name: Build ${{ matrix.example }}
run: |
cd ${{ matrix.example }}
Expand Down

0 comments on commit da8dc49

Please sign in to comment.