Skip to content

Commit

Permalink
fixup workspace hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
sajattack authored May 3, 2024
1 parent ad8e435 commit abf2bdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bump-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
echo "y" | cargo ws2 [ "${pacs}" ] publish ${{ github.event.inputs.pac_bump }}
rm Cargo.toml
git checkout Cargo.toml
- name: Update HAL deps
if: github.event.inputs.sync_hal == 'yes'
Expand All @@ -80,7 +80,7 @@ jobs:
echo "y" | cargo ws2 [ "atsamd-hal" ] publish ${{ github.event.inputs.hal_bump }}
rm Cargo.toml
git checkout Cargo.toml
- name: Update BSP deps
if: github.event.inputs.sync_bsp == 'yes'
Expand All @@ -103,7 +103,7 @@ jobs:
echo "y" | cargo ws2 [ "${T1_BOARDS}" ] publish ${{ github.event.inputs.bsp_bump }}
rm Cargo.toml
git checkout Cargo.toml
- name: Generate patch
Expand Down

0 comments on commit abf2bdd

Please sign in to comment.