are we all drunk today?
This commit is contained in:
parent
73b39b794f
commit
c473a5dca7
|
@ -24,7 +24,9 @@ jobs:
|
||||||
if: ${{ matrix.os != 'macos-latest' }}
|
if: ${{ matrix.os != 'macos-latest' }}
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install mtools zip dosfstools
|
sudo apt-get install mtools
|
||||||
|
sudo apt-get install zip
|
||||||
|
sudo apt-get install dosfstools
|
||||||
|
|
||||||
- name: Install required software (macos)
|
- name: Install required software (macos)
|
||||||
if: ${{ matrix.os == 'macos-latest' }}
|
if: ${{ matrix.os == 'macos-latest' }}
|
||||||
|
|
|
@ -34,7 +34,9 @@ jobs:
|
||||||
- name: Install required software
|
- name: Install required software
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install mtools zip dosfstools
|
sudo apt-get install mtools
|
||||||
|
sudo apt-get install zip
|
||||||
|
sudo apt-get install dosfstools
|
||||||
|
|
||||||
- name: Generate Configs for HW CI
|
- name: Generate Configs for HW CI
|
||||||
working-directory: ./firmware/
|
working-directory: ./firmware/
|
||||||
|
|
Loading…
Reference in New Issue