Skip to content

Commit

Permalink
ci(github-actions): attempt to fix windows ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Apr 14, 2024
1 parent 7bfde96 commit 1b494cc
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,13 @@ jobs:
git submodule init
git submodule update
mkdir compiler/cmake-build-release
- name: Configuring CMake
working-directory: main/compiler/cmake-build-release
run: |
cmake -DCMAKE_BUILD_TYPE=Release ../ -B .
- name: Build
working-directory: main/compiler/cmake-build-release
run: |
cmake --build .
- name: Test
working-directory: main/compiler/cmake-build-release
run: |
ctest --output-on-failure
cmake -DCMAKE_BUILD_TYPE=Release ../ -B .
cmake --build . --config Release
cd ..\bin
.\YakshaTests.exe
check-ubuntu-x86_64:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 1b494cc

Please sign in to comment.