-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,8 @@ jobs: | |
runs-on: [ubuntu-latest, windows-latest, macos-latest] | ||
runs-on: ${{ matrix.runs-on }} | ||
steps: | ||
- uses: actions/checkout@master | ||
- uses: arduino/[email protected].1 | ||
- uses: actions/checkout@v3 | ||
- uses: arduino/[email protected].2 | ||
- name: Install platform | ||
run: | | ||
arduino-cli core update-index | ||
|
@@ -36,7 +36,7 @@ jobs: | |
run: | ||
working-directory: braid-triggerbox-rs | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Install update apt repos | ||
run: sudo apt-get update && sudo apt-get install -y libudev-dev | ||
if: matrix.runs-on == 'ubuntu-latest' | ||
|
@@ -60,20 +60,18 @@ jobs: | |
run: | ||
working-directory: hardware_v3/braid-triggerbox-firmware-pico | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
- name: Install update apt repos | ||
run: sudo apt-get update && sudo apt-get install -y libudev-dev | ||
if: matrix.runs-on == 'ubuntu-latest' | ||
- name: Setup Rust | ||
uses: actions-rs/toolchain@v1 | ||
with: | ||
toolchain: stable | ||
run: rustup toolchain install stable --profile minimal --no-self-update | ||
- name: Install thumbv6m-none-eabi target | ||
run: rustup target install thumbv6m-none-eabi | ||
- name: Install flip-link | ||
run: cargo install flip-link | ||
- name: Install elf2uf2-rs | ||
run: cargo install elf2uf2-rs --locked | ||
run: cargo install --git https://github.com/strawlab/elf2uf2-rs | ||
- name: Build ELF | ||
run: cargo build --release | ||
- name: Make artifacts directory | ||
|
66 changes: 0 additions & 66 deletions
66
hardware_v3/braid-triggerbox-firmware-pico/.github/workflows/ci_checks.yml
This file was deleted.
Oops, something went wrong.