Skip to content

Commit

Permalink
completed previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquintides committed Jul 1, 2023
1 parent 137686b commit e9f326b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,20 @@ jobs:
os: macos-12

runs-on: ${{matrix.os}}
container: ${{matrix.container}}

steps:
- uses: actions/checkout@v3

- name: Setup container environment
if: matrix.container
run: |
apt-get update
apt-get -y install sudo python git g++
- name: Install packages
if: matrix.install
run: sudo apt install ${{matrix.install}}
run: sudo apt-get -y install ${{matrix.install}}

- name: Setup Boost
run: |
Expand Down

0 comments on commit e9f326b

Please sign in to comment.