Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Apr 25, 2024
1 parent ff7be50 commit 56a7b54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-aws-sdk-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
with:
repository: aws/aws-sdk-cpp
ref: 1.11.315
working-directory: ${{github.workspace}}

- name: Checkout submodules
run: git submodule update --init --recursive
working-directory: aws-sdk-cpp
working-directory: ${{github.workspace}}/aws-sdk-cpp

- name: Configure
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install -DBUILD_ONLY="s3" -DENABLE_TESTING=OFF aws-sdk-cpp
Expand Down

0 comments on commit 56a7b54

Please sign in to comment.