File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ name: Test
7
7
on :
8
8
pull_request :
9
9
10
+ env :
11
+ # Buy some more time to use the deprecated Node 16 (needed for GLIBC
12
+ # version)
13
+ # Upgrading to the CY23 Docker images will solve this longer term. See
14
+ # https://github.com/OpenAssetIO/OpenAssetIO/issues/984#issuecomment-2210792734
15
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
16
+
10
17
concurrency :
11
18
group : ${{ github.workflow }}-${{ github.ref }}
12
19
cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ v1.0.0-alpha.x
7
7
### Breaking Changes
8
8
9
9
* Update to use non-deprecated ` TraitsData ` path/namespace.
10
- [ # 13 ] ( https://github.com/OpenAssetIO/OpenAssetIO-Test-CMake/pull/13 )
10
+ [ OpenAssetIO # 1311 ] ( https://github.com/OpenAssetIO/OpenAssetIO/issues/1311 )
11
11
12
12
### New Features
13
13
Original file line number Diff line number Diff line change 3
3
4
4
// Include all headers to test they are where we expect and can be
5
5
// compiled.
6
- #include < openassetio/TraitsData.hpp>
6
+ #include < openassetio/trait/ TraitsData.hpp>
7
7
8
8
#include < openassetio_mediacreation/openassetio_mediacreation.hpp>
9
9
10
10
int main () {
11
11
auto trait = openassetio_mediacreation::traits::managementPolicy::ManagedTrait (
12
- openassetio::TraitsData::make ());
12
+ openassetio::trait:: TraitsData::make ());
13
13
14
14
trait.imbue ();
15
15
return 0 ;
You can’t perform that action at this time.
0 commit comments