Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
freshollie committed May 23, 2024
1 parent 69e333c commit 6db0c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ jobs:

- name: Install tools
run: |
sudo apt update && sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi xorg-dev libsdl2-dev gcc-mingw-w64
pkg-config --cflags sdl2
sudo apt update && sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi xorg-dev libsdl2-dev gcc-mingw-w64 libarchive-tools
- name: Checkout agbcc
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you use `vscode` then consider using the provided [Dev Container](https://cod

On Linux systems
```
sudo apt install binutils-arm-none-eabi gcc-arm-none-eabi libpng-dev xorg-dev
sudo apt install binutils-arm-none-eabi gcc-arm-none-eabi libpng-dev xorg-dev libarchive-tools
```

On MacOS and Windows install [**devkitARM**](http://devkitpro.org/wiki/Getting_Started/devkitARM)
Expand Down

0 comments on commit 6db0c21

Please sign in to comment.