mirror of
https://github.com/boostorg/exception.git
synced 2025-12-23 23:28:16 +01:00
Compare commits
2 Commits
boost-1.89
...
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