Skip to content

Commit

Permalink
some debuggin
Browse files Browse the repository at this point in the history
  • Loading branch information
gayverjr committed Apr 10, 2023
1 parent 764c90c commit d322b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt-get install --yes gcc-11 g++-11 libhdf5-dev libeigen3-dev python3.10-dev python3.10-venv
- name: Configure
run: mkdir -p $GITHUB_WORKSPACE/opencap/opencap/build; cd $GITHUB_WORKSPACE/opencap/opencap/build; CC=gcc-11 CXX=g++-11 cmake -S../ -B.
run: ls -l; mkdir -p $GITHUB_WORKSPACE/opencap/opencap/build; cd $GITHUB_WORKSPACE/opencap/opencap/; ls -l; CC=gcc-11 CXX=g++-11 cmake -S../ -B.

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit d322b13

Please sign in to comment.