Skip to content

Commit

Permalink
cleared workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 8, 2023
1 parent 336da55 commit c5c32b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
workflow: rimage.yml
commit: ${{ env.GITHUB_SHA }}
commit: ${{ github.sha }}
name: rimage binary (${{ matrix.target }})
path: target

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ matrix.target }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Setup nasm πŸ§‘β€πŸ’»
uses: ilammy/setup-nasm@v1

- name: Setup libjxl πŸ§‘β€πŸ’» (macos)
if: startsWith(matrix.os, 'macos')
- name: Setup libjxl πŸ§‘β€πŸ’» (x86_64 macos)
if: matrix.target == 'x86_64-apple-darwin'
run: brew install jpeg-xl

- name: Setup rust toolchain πŸ¦€
Expand Down

0 comments on commit c5c32b4

Please sign in to comment.