File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-24.04
16
16
steps :
17
17
- run : sudo apt-get -q update
18
- - run : if [ '${{ matrix.dist }}' = 'ubuntu-24.04' ]; then apt-get autopurge needrestart; done # https://github.com/actions/runner-images/pull/9956
18
+ - run : if [ '${{ matrix.dist }}' = 'ubuntu-24.04' ]; then apt-get autopurge needrestart; fi # https://github.com/actions/runner-images/pull/9956
19
19
- run : sudo DEBIAN_FRONTEND="noninteractive" apt-get -qq --no-install-recommends install
20
20
gcc libcurl4-openssl-dev libssl-dev
21
21
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 27
27
with :
28
28
python-version : ${{ matrix.python }}
29
29
- run : sudo apt-mark hold grub-efi-amd64-signed # GRUB does not always find the drive it was configured for
30
- - run : if [ '${{ matrix.dist }}' = 'ubuntu-24.04' ]; then apt-get autopurge needrestart; done # https://github.com/actions/runner-images/pull/9956
30
+ - run : if [ '${{ matrix.dist }}' = 'ubuntu-24.04' ]; then apt-get autopurge needrestart; fi # https://github.com/actions/runner-images/pull/9956
31
31
- run : sudo apt-get -q update
32
32
- run : sudo DEBIAN_FRONTEND="noninteractive" apt-get -qq --no-install-recommends dist-upgrade
33
33
- run : sudo DEBIAN_FRONTEND="noninteractive" apt-get -qq --no-install-recommends install
Original file line number Diff line number Diff line change 18
18
name : " Test on ${{ matrix.dist }}"
19
19
steps :
20
20
- run : sudo apt-mark hold grub-efi-amd64-signed # GRUB does not always find the drive it was configured for
21
- - run : if [ '${{ matrix.dist }}' = 'ubuntu-24.04' ]; then apt-get autopurge needrestart; done # https://github.com/actions/runner-images/pull/9956
21
+ - run : if [ '${{ matrix.dist }}' = 'ubuntu-24.04' ]; then apt-get autopurge needrestart; fi # https://github.com/actions/runner-images/pull/9956
22
22
- run : sudo apt-get -q update
23
23
- run : sudo DEBIAN_FRONTEND=noninteractive apt-get -qq --no-install-recommends dist-upgrade
24
24
- run : sudo DEBIAN_FRONTEND=noninteractive apt-get -qq --no-install-recommends install
You can’t perform that action at this time.
0 commit comments