Skip to content

Commit

Permalink
ci: 💚 Fix missing apt permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobart2967 committed Aug 23, 2024
1 parent d90f2bd commit 96a6c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 20.8.1
- name: Setup xmlstarlet
run: sudo apt update && apt install -y xmlstarlet
run: sudo apt update && sudo apt install -y xmlstarlet
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 96a6c52

Please sign in to comment.