Skip to content

Commit

Permalink
(#51) Linux: run apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Dec 5, 2021
1 parent 21ddce1 commit 98eea1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: ubuntu-20.04
container: ubuntu:18.04
steps:
- run: apt-get update
- name: Set up Git
run: apt-get install -y git

Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
PACKAGE_VERSION_BASE: 1.7.9
steps:
- run: apt-get update
- name: Set up Git
run: apt-get install git

Expand Down

0 comments on commit 98eea1e

Please sign in to comment.