Skip to content

Commit

Permalink
Update workflows/build
Browse files Browse the repository at this point in the history
  • Loading branch information
agievich committed Jan 25, 2024
1 parent 20ea345 commit acf7fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
include:
- BUILD_TYPE: Release
BUILD_FAST: OFF
BASH_PLATFORM: BASH_64
BASH_PLATFORM: BASH_AVX2
CC: gcc
- BUILD_TYPE: Check
BUILD_FAST: OFF
Expand All @@ -29,7 +29,7 @@ jobs:
CC: gcc
- BUILD_TYPE: MemSan
BUILD_FAST: ON
BASH_PLATFORM: BASH_AVX2
BASH_PLATFORM: BASH_64
CC: clang
- BUILD_TYPE: Debug
BUILD_FAST: ON
Expand Down

0 comments on commit acf7fa3

Please sign in to comment.