Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deni2312 committed Apr 18, 2024
1 parent 9389b87 commit 9209856
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: compile
on: [push]
jobs:
Expand All @@ -13,6 +12,6 @@ jobs:
- run: .\\vcpkg\\vcpkg integrate install
- run: .\\vcpkg\\vcpkg install
- run: mkdir build
- run: cmake -B build/ -S .
- run: cmake --build build\
- run: cmake -B build/ -S . -DCMAKE_TOOLCHAIN_FILE=.\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake
- run: cmake --build build\\
- run: echo ""

0 comments on commit 9209856

Please sign in to comment.