Skip to content

Commit

Permalink
[CI/CD] update build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur committed Mar 10, 2024
1 parent 542272f commit cf8dd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: '3.9'
- name: Install Dependencies
run: |
sudo apt-get install -y make build-essential
sudo apt-get install -y make build-essential libsdl2-dev
git clone https://github.com/cc65/cc65.git
cd cc65
make -j4
Expand Down

0 comments on commit cf8dd29

Please sign in to comment.