We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee94c3 commit bca7ea0Copy full SHA for bca7ea0
.github/workflows/test_nvfortran.yml
@@ -21,19 +21,6 @@ run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manual run {0}
21
jobs:
22
23
test:
24
- - name: Run `sudo apt update -y`
25
- run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
26
-
27
- - name: Free disk space
28
- uses: jlumbroso/free-disk-space@main
29
- with:
30
- # all of these default to true, but feel free to set to "false" if necessary for your workflow
31
- android: true
32
- dotnet: true
33
- haskell: true
34
- large-packages: true
35
- docker-images: true
36
- swap-storage: false # Important, or the runner may be shut down due to memory starvation.
37
38
name: Run nvfortran tests
39
runs-on: ${{ matrix.os }}
0 commit comments