Update workflows and update plasma icons
This commit is contained in:
parent
b449376119
commit
933dd77cad
7 changed files with 1 additions and 79 deletions
|
@ -14,19 +14,6 @@ jobs:
|
|||
image: ubuntu:24.04
|
||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||
steps:
|
||||
- name: "Runner: Info"
|
||||
run: |
|
||||
set -x
|
||||
pwd
|
||||
ls -lah
|
||||
id
|
||||
uname -a
|
||||
hostname
|
||||
cat /etc/os-release
|
||||
whoami
|
||||
id
|
||||
cat /etc/resolv.conf
|
||||
|
||||
- name: "Setup: Runner"
|
||||
run: |
|
||||
set -x
|
||||
|
|
|
@ -13,19 +13,6 @@ jobs:
|
|||
image: ubuntu:24.04
|
||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||
steps:
|
||||
- name: "Runner: Info"
|
||||
run: |
|
||||
set -x
|
||||
pwd
|
||||
ls -lah
|
||||
id
|
||||
uname -a
|
||||
hostname
|
||||
cat /etc/os-release
|
||||
whoami
|
||||
id
|
||||
cat /etc/resolv.conf
|
||||
|
||||
- name: "Setup: Runner"
|
||||
run: |
|
||||
apt update -y
|
||||
|
|
|
@ -14,19 +14,6 @@ jobs:
|
|||
image: ubuntu:23.10
|
||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||
steps:
|
||||
- name: "Runner: Info"
|
||||
run: |
|
||||
set -x
|
||||
pwd
|
||||
ls -lah
|
||||
id
|
||||
uname -a
|
||||
hostname
|
||||
cat /etc/os-release
|
||||
whoami
|
||||
id
|
||||
cat /etc/resolv.conf
|
||||
|
||||
- name: "Setup: Runner"
|
||||
run: |
|
||||
apt update -y
|
||||
|
|
|
@ -13,19 +13,6 @@ jobs:
|
|||
image: ubuntu:24.04
|
||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||
steps:
|
||||
- name: "Runner: Info"
|
||||
run: |
|
||||
set -x
|
||||
pwd
|
||||
ls -lah
|
||||
id
|
||||
uname -a
|
||||
hostname
|
||||
cat /etc/os-release
|
||||
whoami
|
||||
id
|
||||
cat /etc/resolv.conf
|
||||
|
||||
- name: "Setup: Runner"
|
||||
run: |
|
||||
set -x
|
||||
|
|
|
@ -12,19 +12,6 @@ jobs:
|
|||
image: ubuntu:24.04
|
||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||
steps:
|
||||
- name: "Runner: Info"
|
||||
run: |
|
||||
set -x
|
||||
pwd
|
||||
ls -lah
|
||||
id
|
||||
uname -a
|
||||
hostname
|
||||
cat /etc/os-release
|
||||
whoami
|
||||
id
|
||||
cat /etc/resolv.conf
|
||||
|
||||
- name: "Setup: Runner"
|
||||
run: |
|
||||
apt update -y
|
||||
|
|
|
@ -13,19 +13,6 @@ jobs:
|
|||
image: ubuntu:23.10
|
||||
options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged
|
||||
steps:
|
||||
- name: "Runner: Info"
|
||||
run: |
|
||||
set -x
|
||||
pwd
|
||||
ls -lah
|
||||
id
|
||||
uname -a
|
||||
hostname
|
||||
cat /etc/os-release
|
||||
whoami
|
||||
id
|
||||
cat /etc/resolv.conf
|
||||
|
||||
- name: "Setup: Runner"
|
||||
run: |
|
||||
apt update -y
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
"applications:org.kde.konsole.desktop"
|
||||
"applications:steam.desktop"
|
||||
"applications:logseq.desktop"
|
||||
"applications:lutris.desktop"
|
||||
"applications:net.lutris.battlenet-1"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue