We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce37fbf commit 183f855Copy full SHA for 183f855
1 file changed
.github/workflows/codeql.yml
@@ -32,7 +32,6 @@ jobs:
32
- name: Set TERM variable
33
run: |
34
echo "TERM=xterm" >> $GITHUB_ENV
35
- pwd
36
37
- name: Set up Dependency Environment
38
@@ -41,6 +40,12 @@ jobs:
41
40
chmod +x ./XEngine_LINEnv.sh
42
sudo ./XEngine_LINEnv.sh -i 3
43
+ - name: debug print
44
+ run: |
45
+ pwd
46
+ ls -la .github/codeql/
47
+ cat .github/codeql/codeql-config.yml
48
+
49
- name: Initialize CodeQL
50
uses: github/codeql-action/init@v4
51
with:
0 commit comments