Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 24, 2023
1 parent d3fb714 commit a401bcd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ jobs:
- name: Setup VCPKG_ROOT (Windows)
if: matrix.config.os == 'windows-latest'
run: |
echo "VCPKG_ROOT=${{ github.workspace }}/vcpkg/" >> $env:GITHUB_ENV
echo this $env:VCPKG_ROOT
vcpkg --version
echo "VCPKG_ROOT=${{ github.workspace }}\vcpkg\" >> $env:GITHUB_ENV
- name: Build Ninja
run: |
Expand Down

0 comments on commit a401bcd

Please sign in to comment.