Skip to content

Commit 3841703

Browse files
committed
💚 Update apt sources
Signed-off-by: Peter Boling <[email protected]>
1 parent 8ced339 commit 3841703

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020
- name: Install cURL Headers
2121
run: |
22+
sudo apt-get update
2223
sudo apt-get -y --fix-missing install libcurl4-openssl-dev
2324
- name: Setup Ruby & Bundle
2425
uses: ruby/setup-ruby@v1

.github/workflows/style.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/checkout@v3
2828
- name: Install cURL Headers
2929
run: |
30+
sudo apt-get update
3031
sudo apt-get -y --fix-missing install libcurl4-openssl-dev
3132
- name: Setup Ruby & Bundle
3233
uses: ruby/setup-ruby@v1

.github/workflows/supported.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: actions/checkout@v3
3838
- name: Install cURL Headers
3939
run: |
40+
sudo apt-get update
4041
sudo apt-get -y --fix-missing install libcurl4-openssl-dev
4142
- name: Setup Ruby & Bundle
4243
uses: ruby/setup-ruby@v1

.github/workflows/unsupported.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: actions/checkout@v3
3232
- name: Install cURL Headers
3333
run: |
34+
sudo apt-get update
3435
sudo apt-get -y --fix-missing install libcurl4-openssl-dev
3536
- name: Setup Ruby & Bundle
3637
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)