Skip to content

Commit bca7ea0

Browse files
committed
250814.084909.CST [skip ci] fix test_nvfortran.yml
1 parent 6ee94c3 commit bca7ea0

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/test_nvfortran.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@ run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manual run {0}
2121
jobs:
2222

2323
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.
3724

3825
name: Run nvfortran tests
3926
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)