Skip to content

Commit

Permalink
Add libarchive to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjuddington committed Apr 13, 2024
1 parent 0f789f8 commit 60266ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
name: "macOS",
os: macos-12,
extra_options: "-DBUILD_PK3=ON",
deps_cmdline: "brew install fluidsynth freeimage ftgl glm lua mpg123 sfml wxwidgets"
deps_cmdline: "brew install fluidsynth freeimage ftgl glm libarchive lua mpg123 sfml wxwidgets"
}
- {
name: "Linux GCC",
os: ubuntu-20.04,
deps_cmdline: "sudo apt-key adv --fetch-keys https://repos.codelite.org/CodeLite.asc && \
sudo apt-add-repository 'deb https://repos.codelite.org/wx3.2.0/ubuntu/ focal universe' && \
sudo apt update && sudo apt install \
libfluidsynth-dev libfreeimage-dev libftgl-dev libglm-dev libgtk-3-dev \
liblua5.3-dev libmpg123-dev libsfml-dev libwxgtk3.2unofficial-dev"
libarchive-dev libfluidsynth-dev libfreeimage-dev libftgl-dev libglm-dev \
libgtk-3-dev liblua5.3-dev libmpg123-dev libsfml-dev libwxgtk3.2unofficial-dev"
}
- {
name: "Linux Clang",
Expand All @@ -32,8 +32,8 @@ jobs:
deps_cmdline: "sudo apt-key adv --fetch-keys https://repos.codelite.org/CodeLite.asc && \
sudo apt-add-repository 'deb https://repos.codelite.org/wx3.2.0/ubuntu/ focal universe' && \
sudo apt update && sudo apt install \
libfluidsynth-dev libfreeimage-dev libftgl-dev libglm-dev libgtk-3-dev \
liblua5.3-dev libmpg123-dev libsfml-dev libwxgtk3.2unofficial-dev"
libarchive-dev libfluidsynth-dev libfreeimage-dev libftgl-dev libglm-dev \
libgtk-3-dev liblua5.3-dev libmpg123-dev libsfml-dev libwxgtk3.2unofficial-dev"
}

steps:
Expand Down

0 comments on commit 60266ec

Please sign in to comment.