Skip to content

Commit 5928ce8

Browse files
authored
GitHub actions: updating apt-get before package install
1 parent 4da3680 commit 5928ce8

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v2
3939

40-
#- name: Update apt-get
41-
# run: sudo apt-get update
40+
- name: Update apt-get
41+
run: sudo apt-get update
4242

4343
# Ubuntu 18.04 commands
4444
- name: Install required packages Ubuntu 18
@@ -245,6 +245,9 @@ jobs:
245245

246246
steps:
247247
- uses: actions/checkout@v2
248+
249+
- name: Update apt-get
250+
run: sudo apt-get update
248251

249252
# Ubuntu 18.04 commands
250253
- name: Install required packages Ubuntu 18

0 commit comments

Comments
 (0)