Skip to content

Commit

Permalink
checkout v4, added windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
smortezah committed Sep 28, 2023
1 parent 597ce20 commit ecb77d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ on:
- master

env:
BUILD_TYPE: Release
BUILD: ${{github.workspace}}/build
SOURCE: src
BUILD_TYPE: Release
PARALLEL: 8

jobs:
Expand All @@ -22,10 +21,11 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure CMake
run: cmake -B ${{env.BUILD}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit ecb77d8

Please sign in to comment.