Skip to content

Commit

Permalink
install sha256sum
Browse files Browse the repository at this point in the history
  • Loading branch information
Bao Zhiyuan committed Oct 8, 2024
1 parent 43c0d7b commit c9d8bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
steps:
- name: Install dependencies
run: |
apt update && apt install -y software-properties-common curl unzip build-essential git sudo sha256sum
apt update && apt install -y software-properties-common curl unzip build-essential git sudo coreutils
- name: Checkout
run: |
Expand Down

0 comments on commit c9d8bc1

Please sign in to comment.