Skip to content

Commit

Permalink
Remove apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Sep 8, 2023
1 parent 828db5c commit 339506d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ runs:
using: composite
steps:

- if: ${{ runner.os == 'Linux' }}
run: sudo apt-get update -y && sudo apt-get upgrade -y
shell: bash

# nuget
- uses: nuget/setup-nuget@v1
with:
Expand Down

0 comments on commit 339506d

Please sign in to comment.