mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 15:56:37 +08:00
.
This commit is contained in:
@@ -156,12 +156,12 @@ jobs:
|
|||||||
|
|
||||||
loong64:
|
loong64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: debian:sid
|
#container: debian:sid
|
||||||
steps:
|
steps:
|
||||||
- name: Clone Repository To Get Script
|
- name: Clone Repository To Get Script
|
||||||
run: |
|
run: |
|
||||||
apt update
|
#apt update
|
||||||
apt install sudo git -y
|
#apt install sudo git -y
|
||||||
git clone $REPOSITORY --depth=1
|
git clone $REPOSITORY --depth=1
|
||||||
mv $(basename $REPOSITORY)/* . -v
|
mv $(basename $REPOSITORY)/* . -v
|
||||||
mv $(basename $REPOSITORY)/.* . -v | true
|
mv $(basename $REPOSITORY)/.* . -v | true
|
||||||
|
|||||||
Reference in New Issue
Block a user