mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Skip installing dedicated package for sha1sum since coreutils includes it
This commit is contained in:
parent
8567b4cbdf
commit
eaccc7b638
2
.github/workflows/slsa-releaser.yml
vendored
2
.github/workflows/slsa-releaser.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
||||
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
|
||||
gh run download -n hishtory-darwin-amd64
|
||||
gh run download -n hishtory-darwin-arm64
|
||||
brew install md5sha1sum coreutils
|
||||
brew install coreutils
|
||||
python3 scripts/actions-sign.py
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user