File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 4545 uses : actions/checkout@v4
4646 with :
4747 repository : ' lancaster-university/microbit-v2-samples'
48- # FIXME: Temporarily check out the audio-refactor branch for testing
49- ref : ' audio-refactor'
5048 # We need to use the checkout action (instead of build.py cloning the
5149 # repository) so that on PRs we can get the commit from the PR merge
5250 - name : Clone this repository in the libraries folder
Original file line number Diff line number Diff line change 2424 path : lib/codal/libraries/codal-microbit-v2
2525 fetch-depth : ' 0'
2626 submodules : ' recursive'
27- # FIXME: Temporarily check out the audio-recording branch for testing
28- ref : ' audio-refactor'
2927 - name : Setup arm-none-eabi-gcc v10.3
3028 uses : carlosperate/arm-none-eabi-gcc-action@v1
3129 with :
Original file line number Diff line number Diff line change 4949 # string, checking out the default branch
5050 # FIXME: Temporarily check out the audio-refactor branch for testing
5151 # ref: ${{ github.event.inputs.samples-commit }}
52- ref : ' audio-refactor '
52+ ref : ${{ github.event.inputs.samples-commit }}
5353 # We need to use the checkout action (instead of build.py cloning the
5454 # repository) so that on PRs we can get the commit from the PR merge
5555 - name : Clone this repository in the libraries folder
You can’t perform that action at this time.
0 commit comments