Skip to content

Commit

Permalink
remove pushd/popd
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed Feb 26, 2025
1 parent f541728 commit 76df7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:

- name: Build depends
run: |
pushd depends
cd depends
make -j4 HOST=x86_64-pc-linux-gnu
popd
cd ..
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 76df7f0

Please sign in to comment.