Skip to content

Commit

Permalink
switch to dnf rather than yum when testing container support on Ubunt…
Browse files Browse the repository at this point in the history
…u 20.04
  • Loading branch information
boegel committed Aug 22, 2022
1 parent 8611ca6 commit 5877933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Tests for container support
on: [push, pull_request]
jobs:
build:
# stick to Ubuntu 18.04, where we can still easily install yum via 'apt-get install'
runs-on: ubuntu-20.04
strategy:
matrix:
Expand All @@ -24,7 +23,7 @@ jobs:
sudo apt-get update -yqq
# for building Singularity images
sudo apt-get install rpm
sudo apt-get install yum
sudo apt-get install dnf
# for modules tool
sudo apt-get install lua5.2 liblua5.2-dev lua-filesystem lua-posix tcl tcl-dev
# fix for lua-posix packaging issue, see https://bugs.launchpad.net/ubuntu/+source/lua-posix/+bug/1752082
Expand Down

0 comments on commit 5877933

Please sign in to comment.