Skip to content

Commit 3e07878

Browse files
committed
250801.130229.PDT update stress/recursive_test_matlab.yml
1 parent d6abe25 commit 3e07878

32 files changed

+103
-157
lines changed

.github/workflows/compile_mex.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
if: startsWith(matrix.os, 'windows')
7171
run: git config --global http.postBuffer 1048576000 && git config --global core.compression 0
7272

73-
- name: Run `sudo apt update`
73+
- name: Run `sudo apt update -y`
7474
if: startsWith(matrix.os, 'ubuntu')
75-
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail
75+
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
7676

7777
- name: Free disk space
7878
uses: jlumbroso/free-disk-space@main

.github/workflows/lint_hosted.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
steps:
3434

35-
- name: Run `sudo apt update`
36-
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail
35+
- name: Run `sudo apt update -y`
36+
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
3737

3838
- name: Free disk space
3939
uses: jlumbroso/free-disk-space@main
@@ -83,7 +83,7 @@ jobs:
8383
# Remove MATLAB, or the runner will run out of space.
8484
sudo rm -rf "$MATLABROOT"/* || exit 4
8585
# mlint uses `locate` to find fintrf.h
86-
sudo apt update && sudo apt install mlocate -y && sudo updatedb
86+
sudo apt update -y && sudo apt install mlocate -y && sudo updatedb
8787
locate '/extern/include/fintrf.h' || exit 5
8888
8989
- name: Install AOCC

.github/workflows/profile_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
- name: Get the solver name
5959
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV
6060

61-
- name: Run `sudo apt update`
62-
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail
61+
- name: Run `sudo apt update -y`
62+
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
6363

6464
- name: Free disk space
6565
uses: jlumbroso/free-disk-space@main

.github/workflows/profile_all_sq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- name: Get the solver name
5555
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV
5656

57-
- name: Run `sudo apt update`
58-
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail
57+
- name: Run `sudo apt update -y`
58+
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
5959

6060
- name: Free disk space
6161
uses: jlumbroso/free-disk-space@main

.github/workflows/profile_bobyqa_small.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434

3535
steps:
3636

37+
- name: Run `sudo apt update -y`
38+
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
39+
3740
- name: Free disk space
3841
uses: jlumbroso/free-disk-space@main
3942
if: startsWith(matrix.os, 'ubuntu')

.github/workflows/profile_bobyqa_small_sq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636

3737
steps:
3838

39-
- name: Run `sudo apt update`
40-
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail
39+
- name: Run `sudo apt update -y`
40+
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
4141

4242
- name: Free disk space
4343
uses: jlumbroso/free-disk-space@main

.github/workflows/profile_cobyla_small.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Get the solver name
4343
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV
4444

45+
- name: Run `sudo apt update -y`
46+
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
47+
4548
- name: Free disk space
4649
uses: jlumbroso/free-disk-space@main
4750
if: startsWith(matrix.os, 'ubuntu')

.github/workflows/profile_cobyla_small_sq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Get the solver name
4040
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV
4141

42-
- name: Run `sudo apt update`
43-
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail
42+
- name: Run `sudo apt update -y`
43+
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
4444

4545
- name: Free disk space
4646
uses: jlumbroso/free-disk-space@main

.github/workflows/profile_compiler_options.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Get the solver name
3939
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV
4040

41-
- name: Run `sudo apt update`
42-
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail
41+
- name: Run `sudo apt update -y`
42+
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
4343

4444
- name: Free disk space
4545
uses: jlumbroso/free-disk-space@main

.github/workflows/profile_infnan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Get the solver name
3939
run: echo "SOLNAME=$(echo ${{ matrix.solver }} | cut -c1-6)" >> $GITHUB_ENV
4040

41-
- name: Run `sudo apt update`
42-
run: sudo apt update # Otherwise, free-disk-space or other actions relying on `apt` may fail
41+
- name: Run `sudo apt update -y`
42+
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
4343

4444
- name: Free disk space
4545
uses: jlumbroso/free-disk-space@main

0 commit comments

Comments
 (0)