File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 34
34
uses : actions/checkout@v2
35
35
with :
36
36
repository : " aws/aws-sdk-cpp"
37
- ref : " 1.8.32 "
37
+ ref : " 1.9.124 "
38
38
path : " aws-sdk-cpp"
39
+ submodules : recursive
39
40
40
41
- name : Install dependencies
41
42
run :
Original file line number Diff line number Diff line change 8
8
* Simplify / update build instructions ([ #713 ] ( https://github.com/aws/aws-encryption-sdk-c/pull/713 ) )
9
9
* Update submodules ([ #726 ] ( https://github.com/aws/aws-encryption-sdk-c/pull/726 ) )
10
10
* Remove OOM test, as OOM is no longer possible from aws allocators ([ #728 ] ( https://github.com/aws/aws-encryption-sdk-c/pull/728 ) )
11
+ * Pin newer aws-sdk-cpp in macOS CI builds ([ #729 ] ( https://github.com/aws/aws-encryption-sdk-c/pull/729 ) )
11
12
12
13
## 2.3.1 -- 2021-07-13
13
14
You can’t perform that action at this time.
0 commit comments