mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Merge pull request #7327 from gurevichmark/github_action_UB20
Update github action to run on Ubuntu20
This commit is contained in:
commit
9d3c7fabf7
2
.github/workflows/xcat_test.yml
vendored
2
.github/workflows/xcat_test.yml
vendored
@ -3,7 +3,7 @@ on:
|
||||
pull_request
|
||||
jobs:
|
||||
xcat_pr_test:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: sudo apt-get install -y fakeroot reprepro devscripts debhelper libcapture-tiny-perl libjson-perl libsoap-lite-perl libdbi-perl libcgi-pm-perl quilt openssh-server dpkg looptools genometools software-properties-common
|
||||
|
Loading…
x
Reference in New Issue
Block a user