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