We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0647eb6 commit 3d8c4bfCopy full SHA for 3d8c4bf
.github/workflows/codeql.yml
@@ -3,7 +3,7 @@ name: CodeQL Advanced
3
on:
4
push:
5
branches:
6
- - 'master'
+ - 'master1'
7
8
jobs:
9
analyze:
.github/workflows/cppcheck.yml
@@ -3,7 +3,7 @@ name: cpp check workflows
paths:
- 'XEngine_Source/**'
- 'XEngine_Release/**'
.github/workflows/ubuntu_Arm64_build.yml
@@ -40,7 +40,7 @@ jobs:
40
-w /workspace ${{ env.IMAGE_NAME }} /bin/sh -c '
41
set -e
42
apt update -y
43
- apt install git make g++ wget -y
+ apt install git make g++ wget curl jq -y
44
45
git config --global --add safe.directory /workspace
46
0 commit comments