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 e113e90 commit 9e33f3dCopy full SHA for 9e33f3d
.github/workflows/test.yml
@@ -44,18 +44,18 @@ jobs:
44
timeout-minutes: 5
45
run: |
46
sudo apt-get update --fix-missing
47
- sudo apt-get -Y install octave-dev
+ sudo apt-get install octave-dev
48
49
- name: Build oct-hdf5
50
run: make -j $(nproc)
51
52
- name: Test oct-hdf5
53
run: make check
54
55
- build_and_test_ubuntu_20_04:
+ build_and_test_ubuntu_22_04:
56
name: Compile and run Tests
57
58
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
59
60
steps:
61
- name: Check Out the Repo
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments