Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
irrld committed Oct 12, 2023
1 parent 8b47a13 commit a41fcda
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
#name: PATH
#value: $PATH;${{github.workspace}}/zbin/glistzbin-win64/clang64/bin;${{github.workspace}}/zbin/glistzbin-win64/CMake/bin

- name: cd engine
run: |
mkdir ${{github.workspace}}/engine
cd ${{github.workspace}}/engine
- name: Clone GlistEngine
uses: GuillaumeFalourd/[email protected]
with:
Expand Down Expand Up @@ -67,6 +62,7 @@ jobs:
run: |
cd ${{github.workspace}}
tree /f
type ${{github.workspace}}/GlistEngine/engine/core/gGLFWWindow.cpp
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit a41fcda

Please sign in to comment.