mirror of
https://github.com/boostorg/exception.git
synced 2025-06-30 22:41:08 +02:00
Compare commits
2 Commits
boost-1.85
...
gha
Author | SHA1 | Date | |
---|---|---|---|
fd61de8daf | |||
23dcf0c846 |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -151,7 +151,9 @@ jobs:
|
||||
|
||||
- name: Install packages
|
||||
if: matrix.install
|
||||
run: sudo apt-get -y install ${{matrix.install}}
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install ${{matrix.install}}
|
||||
|
||||
- name: Setup Boost
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user