Commit 374dabb 1 parent d3192ec commit 374dabb Copy full SHA for 374dabb
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
jobs :
24
24
debug1 :
25
- runs-on : ubuntu-latest
25
+ runs-on : ubuntu-24.04
26
26
name : Check commands
27
27
steps :
28
28
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ async function installPkg(pkgname) {
24
24
async function start ( ) {
25
25
await installPkg ( "libarchive-tools" ) ;
26
26
27
- await exec . exec ( "sudo su -c \"echo 'deb http://archive.ubuntu.com/ubuntu/ lunar universe' > /etc/apt/sources.list.d/lunar .list\"" ) ;
28
- await exec . exec ( "sudo su -c \"echo 'deb-src http://archive.ubuntu.com/ubuntu/ lunar universe' >> /etc/apt/sources.list.d/lunar .list\"" ) ;
27
+ await exec . exec ( "sudo su -c \"echo 'deb http://archive.ubuntu.com/ubuntu/ oracular universe' > /etc/apt/sources.list.d/oracular .list\"" ) ;
28
+ await exec . exec ( "sudo su -c \"echo 'deb-src http://archive.ubuntu.com/ubuntu/ oracular universe' >> /etc/apt/sources.list.d/oracular .list\"" ) ;
29
29
30
30
await installPkg ( "pacman-package-manager" ) ;
31
31
}
You can’t perform that action at this time.
0 commit comments