Skip to content

Commit

Permalink
Different directory for FIPS build
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Nov 21, 2024
1 parent 794304d commit 5e88b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/misc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: threeal/cmake-action@v1.3.0
with:
source-dir: 'path has spaces/aws-lc'
build-dir: 'path has spaces/build'
build-dir: 'path has spaces/build-fips'
generator: Ninja
options: FIPS=1 BUILD_SHARED_LIBS=${{ (matrix.os == 'ubuntu-latest' && '0') || '1' }}
- name: Build Project
Expand Down

0 comments on commit 5e88b08

Please sign in to comment.