Skip to content

Commit

Permalink
Use the right compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Nov 25, 2024
1 parent 118779f commit 46b8da9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/misc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
uses: actions/checkout@v4
with:
path: "path has spaces/aws-lc"
- uses: ilammy/msvc-dev-cmd@v1
- name: Setup CMake
uses: threeal/[email protected]
with:
Expand All @@ -111,7 +112,7 @@ jobs:
source-dir: 'path has spaces/aws-lc'
build-dir: 'path has spaces/build-fips'
generator: Ninja
options: FIPS=1 BUILD_SHARED_LIBS=${{ (matrix.os == 'ubuntu-latest' && '0') || '1' }}
options: CMAKE_BUILD_TYPE=Release FIPS=1 BUILD_SHARED_LIBS=${{ (matrix.os == 'ubuntu-latest' && '0') || '1' }}
- name: Build Project
run: cmake --build "path has spaces/build-fips" --target all
- name: Run tests
Expand Down

0 comments on commit 46b8da9

Please sign in to comment.