Skip to content

Commit

Permalink
Trying to get the workflow to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Mar 3, 2024
1 parent 8ef6dad commit 8fab569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:

- name: Install dependencies
run: |
${{ github.workspace }}/vcpkg/vcpkg install
${{ env.HOME }}/vcpkg/vcpkg install
- name: Prepate the PATH
run: echo "${{ github.workspace }}/ninja" >> $GITHUB_PATH
run: echo "${{ env.HOME }}/ninja" >> $GITHUB_PATH

- name: Build project
run: |
Expand Down

0 comments on commit 8fab569

Please sign in to comment.