Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github actions for Linux and macOS #727

Closed
wants to merge 19 commits into from
Prev Previous commit
Next Next commit
update before trying install
  • Loading branch information
isuruf committed Nov 11, 2021
commit a34908824be674f66027893138fc1b79c4f6e8ba
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
LLVM_APT_SOURCE: ${{ matrix.LLVM_APT_SOURCE }}
run: |
# Add apt repositories
apt-get update -y
apt-get install software-properties-common -y
add-apt-repository ppa:ubuntu-toolchain-r/test -y
add-apt-repository ppa:mhier/libboost-latest -y
Expand Down