Skip to content

Commit

Permalink
mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Dec 17, 2024
1 parent e70c383 commit 612cc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
--build-arg "BASE_BASH_IMAGE=${{ matrix.bash_docker_image }}" \
--build-arg "INSTALL_GNU_SED=${{ matrix.sed }}" \
.
mkdir ~/docker-images
mkdir -p ~/docker-images
docker save -o ~/docker-images/"${{ matrix.bash_docker_image }}-${{ matrix.sed }}" testenv
fi
- name: Run cargo tests
Expand Down

0 comments on commit 612cc98

Please sign in to comment.