Skip to content

Commit

Permalink
💚 fix: install in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
camargo2019 committed Sep 14, 2024
1 parent e3f582a commit 9ffb5ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
include:
- os: ubuntu-latest
ostype: linux
install: sudo apt-get update && sudo apt-get install -y libboost-all-dev clang
install: sudo apt-get update && sudo apt-get install -y libboost-all-dev clang g++-multilib libc++-dev libc++abi-dev
- os: ubuntu-24.04
ostype: linux
install: sudo apt-get update && sudo apt-get install -y libboost-all-dev clang
install: sudo apt-get update && sudo apt-get install -y libboost-all-dev clang g++-multilib libc++-dev libc++abi-dev
- os: ubuntu-22.04
ostype: linux
install: sudo apt-get update && sudo apt-get install -y libboost-all-dev clang
install: sudo apt-get update && sudo apt-get install -y libboost-all-dev clang g++-multilib libc++-dev libc++abi-dev
- os: ubuntu-20.04
ostype: linux
install: sudo apt-get update && sudo apt-get install -y libboost-all-dev clang
install: sudo apt-get update && sudo apt-get install -y libboost-all-dev clang g++-multilib libc++-dev libc++abi-dev
- os: windows-latest
ostype: windows
install: |
Expand Down

0 comments on commit 9ffb5ce

Please sign in to comment.