Skip to content

Commit feb3909

Browse files
committed
try new github action plugin
1 parent 0b7f644 commit feb3909

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
25-
- name: Setup Docker on macOS
26-
uses: douglascamata/setup-docker-macos-action@v1-alpha
25+
26+
- name: Docker Setup Docker
27+
uses: crazy-max/ghaction-setup-docker@v3.2.0
2728

2829
- name: Get Rust version from rust-toolchain.toml
2930
id: rust-version

0 commit comments

Comments
 (0)