Skip to content

Commit 76df7f0

Browse files
committed
remove pushd/popd
1 parent f541728 commit 76df7f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656

5757
- name: Build depends
5858
run: |
59-
pushd depends
59+
cd depends
6060
make -j4 HOST=x86_64-pc-linux-gnu
61-
popd
61+
cd ..
6262
6363
- name: Initialize CodeQL
6464
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)