Skip to content

Commit 317d2e9

Browse files
Update ci_examples_net.yml
1 parent d69c03b commit 317d2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_examples_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Compile ${{ matrix.library }} implementation
8686
shell: bash
87-
working-directory: ./${{ matrix.library }}
87+
working-directory: ./submodules/MaterialProviders/AwsCryptographicMaterialProviders
8888
run: |
8989
# This works because `node` is installed by default on GHA runners
9090
CORES=$(node -e 'console.log(os.cpus().length)')

0 commit comments

Comments
 (0)