Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangHaiNguyen committed Feb 28, 2024
1 parent 2e3053e commit 897393e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/github_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
pull_request:
branches: [ "main" ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release

jobs:
build:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
Expand All @@ -21,6 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: lukka/get-cmake@latest

- name: Configure CMake
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 897393e

Please sign in to comment.