diff options
| author | ruki <[email protected]> | 2022-12-23 23:03:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-23 23:03:00 +0800 |
| commit | 5b4fb3d5d50c020f2314f15d88c65c6cb754cb9f (patch) | |
| tree | 205d821f238a7ceaa0aa8d9a8187cdbd62dc4250 /.github | |
| parent | 400f759903a90563ab10da71ff60a8aeecc00aa7 (diff) | |
fix ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/debian_mips64.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ubuntu_arm.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ubuntu_arm64.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/debian_mips64.yml b/.github/workflows/debian_mips64.yml index 9c35fb130..1d092e167 100644 --- a/.github/workflows/debian_mips64.yml +++ b/.github/workflows/debian_mips64.yml @@ -28,7 +28,7 @@ jobs: "uname -a && apt update && cd /github/workspace && - ./scripts/get2.sh __local__ && + ./scripts/get.sh __local__ && source ~/.xmake/profile && export XMAKE_ROOT=y && export XMAKE_TMPDIR=/tmp && diff --git a/.github/workflows/ubuntu_arm.yml b/.github/workflows/ubuntu_arm.yml index 20acc4414..a20c673ae 100644 --- a/.github/workflows/ubuntu_arm.yml +++ b/.github/workflows/ubuntu_arm.yml @@ -28,7 +28,7 @@ jobs: "uname -a && apt update && cd /github/workspace && - ./scripts/get2.sh __local__ && + ./scripts/get.sh __local__ && source ~/.xmake/profile && export XMAKE_ROOT=y && export XMAKE_TMPDIR=/tmp && diff --git a/.github/workflows/ubuntu_arm64.yml b/.github/workflows/ubuntu_arm64.yml index 1a99df50d..05d6e6f00 100644 --- a/.github/workflows/ubuntu_arm64.yml +++ b/.github/workflows/ubuntu_arm64.yml @@ -28,7 +28,7 @@ jobs: "uname -a && apt update && cd /github/workspace && - ./scripts/get2.sh __local__ && + ./scripts/get.sh __local__ && source ~/.xmake/profile && export XMAKE_ROOT=y && export XMAKE_TMPDIR=/tmp && |
