Skip to content

Commit

Permalink
does this work
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 8, 2024
1 parent aeaea15 commit d5ba1aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/head.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
sudo apt install gcc-10 g++-10
- name: Checkout ot3-firmware repository
uses: "actions/checkout@v2"
uses: "actions/checkout@v3"
with:
fetch-depth: 0
path: ot3-firmware

- name: Host Compile Setup
uses: "./.github/actions/host-compile-setup"
uses: ot3-firmware/.github/actions/host-compile-setup
with:
target: 'head'

0 comments on commit d5ba1aa

Please sign in to comment.