Skip to content

Commit ee77d19

Browse files
committed
(#51) Linux: run apt-get update
1 parent 4f404b2 commit ee77d19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
container: ubuntu:18.04
1818
steps:
19+
- run: apt-get update
1920
- name: Set up Git
2021
run: apt-get install git
2122

@@ -73,6 +74,7 @@ jobs:
7374
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
7475
PACKAGE_VERSION_BASE: 1.7.9
7576
steps:
77+
- run: apt-get update
7678
- name: Set up Git
7779
run: apt-get install git
7880

0 commit comments

Comments
 (0)