Skip to content

Commit

Permalink
fix: build action
Browse files Browse the repository at this point in the history
  • Loading branch information
f0e committed Nov 30, 2024
1 parent c0b7b7b commit 900ffa9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,14 @@ jobs:
esac
fi | tee -a $GITHUB_OUTPUT
- name: debug1
run: ls

# Configure the project
- name: Configure CMake
run: cmake --preset ${{ steps.select-preset.outputs.preset }}
env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg

- name: debug2
run: ls

# Build the project
- name: Build
run: cmake --build --preset ${{ steps.select-preset.outputs.preset }}
run: cmake --build . --preset ${{ steps.select-preset.outputs.preset }}
env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg

0 comments on commit 900ffa9

Please sign in to comment.