Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
F5OEO authored Nov 5, 2024
1 parent 0d6bf5a commit 0081a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
name: Build Tezuka first build
run: |
source sourceme.first
cd buildroot-2024.08.tar.gz
cd buildroot-2024.08
make plutoplus_maiasdr_defconfig && make
- if: ${{ steps.cache-toolchain.outputs.cache-hit == 'true' }}
name: Build Tezuka from cache
run: |
source sourceme.first
cd buildroot-2024.08.tar.gz
cd buildroot-2024.08
make plutoplus_maiasdr_defconfig && make
- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 0081a1d

Please sign in to comment.