Skip to content

Commit

Permalink
refactor: Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed May 1, 2024
1 parent 145e311 commit 35cc0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: OSX build dependencies
run: apt-get update && apt-get install -y libplist-utils xorriso
run: sudo apt-get install -y libplist-utils xorriso
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Installing rpm build dependencies
run: apt-get update && apt-get install -y createrepo
run: sudo apt-get install -y createrepo
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 35cc0a7

Please sign in to comment.