mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
Update build.yml
This commit is contained in:
parent
1439c44e52
commit
7c7c25ee64
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -9,10 +9,10 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install xdelta
|
||||
- name: Install xdelta and ARM GCC
|
||||
run: |
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y xdelta3
|
||||
sudo apt-get install -y xdelta3 gcc-arm-none-eabi
|
||||
|
||||
- name: Fetch repo
|
||||
uses: actions/checkout@master
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user