Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Gheorghiu <[email protected]>
  • Loading branch information
vsoftco committed May 2, 2024
1 parent 810fa47 commit 1080ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Configure Quantum++
run: cmake -B build
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
python3 -m venv venv
if [ "$RUNNER_OS" == "Windows" ]; then
.\venv\Scripts\activate
venv/Scripts/activate
else
. venv/bin/activate
fi
Expand Down

0 comments on commit 1080ce3

Please sign in to comment.