Skip to content

Commit eebb22b

Browse files
committed
m
1 parent d421c83 commit eebb22b

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/ci_test_vector_java.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
id-token: write
4040
contents: read
4141
steps:
42-
- name: Setup Docker
43-
if: matrix.os == 'macos-14' && matrix.library == 'TestVectors'
44-
uses: douglascamata/[email protected]
45-
4642
- name: Setup DynamoDB Local
4743
uses: rrainn/[email protected]
4844
with:

.github/workflows/ci_test_vector_net.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
id-token: write
3636
contents: read
3737
steps:
38-
- name: Setup Docker
39-
if: matrix.os == 'macos-14' && matrix.library == 'TestVectors'
40-
uses: douglascamata/[email protected]
41-
4238
- name: Setup DynamoDB Local
4339
uses: rrainn/[email protected]
4440
with:

.github/workflows/library_rust_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
env:
3535
RUST_MIN_STACK: 838860800
3636
steps:
37-
- name: Setup Docker
38-
if: matrix.os == 'macos-14' && matrix.library == 'TestVectors'
39-
uses: douglascamata/[email protected]
40-
4137
- name: Setup DynamoDB Local
4238
if: matrix.library == 'TestVectors'
4339
uses: rrainn/[email protected]

0 commit comments

Comments
 (0)