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 d69c03b commit 317d2e9Copy full SHA for 317d2e9
.github/workflows/ci_examples_net.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Compile ${{ matrix.library }} implementation
86
shell: bash
87
- working-directory: ./${{ matrix.library }}
+ working-directory: ./submodules/MaterialProviders/AwsCryptographicMaterialProviders
88
run: |
89
# This works because `node` is installed by default on GHA runners
90
CORES=$(node -e 'console.log(os.cpus().length)')
0 commit comments