We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b7af8 commit 016639aCopy full SHA for 016639a
.github/workflows/release.yml
@@ -32,8 +32,20 @@ jobs:
32
use_tag: ${{ needs.log-the-inputs.outputs.rel_tag }}
33
use_environ: release
34
35
- call-workflow-ctest:
+ call-aws-c-s3-build:
36
needs: call-workflow-tarball
37
+ name: "Build aws-c-s3 library"
38
+ uses: ./.github/workflows/vfd-ros3.yml
39
+ with:
40
+ build_mode: "Release"
41
+ build_aws_c_s3_only: true
42
+ aws_c_s3_build_type: "source"
43
+ # Use latest release for building from source on Ubuntu
44
+ # until a package is available to install
45
+ aws_c_s3_tag: "v0.8.0"
46
+
47
+ call-workflow-ctest:
48
+ needs: [call-workflow-tarball, call-aws-c-s3-build]
49
uses: ./.github/workflows/cmake-ctest.yml
50
with:
51
cmake_version: "latest"
0 commit comments