Skip to content

Commit

Permalink
Fix docker build (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
robklg authored Dec 15, 2024
1 parent b5bee9f commit 89ba978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
# env:
# GITHUB_TOKEN: ${{ github.token }}
- name: Download
uses: actions/download-artifact@v4
uses: actions/download-artifact@v2
with:
name: ${{ env.file_name }}
path: ${{ env.file_dir }}
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
uses: actions/checkout@v2

- name: Download linux musl
uses: actions/download-artifact@v4
uses: actions/download-artifact@v2
with:
name: unftp_x86_64-unknown-linux-musl
path: ./x86_64-unknown-linux-musl
Expand Down

0 comments on commit 89ba978

Please sign in to comment.