mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Fix Build
This commit is contained in:
2
.github/workflows/commit.yml
vendored
2
.github/workflows/commit.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
||||
run: |
|
||||
export TZ='America/Los_Angeles'
|
||||
sudo apt-get install libncurses-dev
|
||||
sudo apt-get install srecord
|
||||
make
|
||||
make clean
|
||||
rm -rf .git*
|
||||
@@ -47,6 +48,7 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
export TZ='America/Los_Angeles'
|
||||
brew install srecord
|
||||
make
|
||||
make clean
|
||||
rm -rf .git*
|
||||
|
||||
Reference in New Issue
Block a user