Skip to content

Commit

Permalink
Update .github/workflows/cpack.yml
Browse files Browse the repository at this point in the history
- disable removing large packages and swap storage to see if that fixes the jobs losing communication with server
  • Loading branch information
jrmadsen authored Sep 14, 2023
1 parent 1b6ba75 commit 6a88689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
large-packages: false
swap-storage: false

- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6a88689

Please sign in to comment.