diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a20d9fe51..69101e22f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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: