Skip to content

Commit 3d8c4bf

Browse files
committed
ci:fix arm64
1 parent 0647eb6 commit 3d8c4bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CodeQL Advanced
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'master1'
77

88
jobs:
99
analyze:

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cpp check workflows
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'master1'
77
paths:
88
- 'XEngine_Source/**'
99
- 'XEngine_Release/**'

.github/workflows/ubuntu_Arm64_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-w /workspace ${{ env.IMAGE_NAME }} /bin/sh -c '
4141
set -e
4242
apt update -y
43-
apt install git make g++ wget -y
43+
apt install git make g++ wget curl jq -y
4444
4545
git config --global --add safe.directory /workspace
4646

0 commit comments

Comments
 (0)