mirror of
https://github.com/boostorg/exception.git
synced 2025-07-29 12:07:20 +02:00
Added sudo apt-get update before sudo apt-get install (#54)
* Added sudo apt-get update before sudo apt-get install * Update gha
This commit is contained in:
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