Skip to content

Commit

Permalink
tmp: disable action
Browse files Browse the repository at this point in the history
  • Loading branch information
f0e committed Nov 3, 2024
1 parent 52c9267 commit 861d328
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push]
on: []

env:
is_tag: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand All @@ -24,9 +24,9 @@ jobs:
uses: lukka/run-vcpkg@v7
with:
vcpkgDirectory: ${{ runner.workspace }}/vcpkg/
vcpkgTriplet: '${{ env.BUILD_PLATFORM }}-windows-static'
vcpkgGitCommitId: '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50'
vcpkgArguments: 'cxxopts fmt glfw3 imgui[opengl3-binding,glfw-binding] nlohmann-json'
vcpkgTriplet: "${{ env.BUILD_PLATFORM }}-windows-static"
vcpkgGitCommitId: "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50"
vcpkgArguments: "cxxopts fmt glfw3 imgui[opengl3-binding,glfw-binding] nlohmann-json"

- name: Integrate vcpkg
run: ${{ runner.workspace }}\vcpkg\vcpkg integrate install
Expand Down

0 comments on commit 861d328

Please sign in to comment.