Skip to content

Commit

Permalink
Update checksum.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Aug 8, 2024
1 parent 88f0308 commit 2398930
Showing 1 changed file with 6 additions and 30 deletions.
36 changes: 6 additions & 30 deletions .github/workflows/checksum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ jobs:
- linux-arm64
- linux-x64
steps:
- uses: jcs090218/setup-emacs@master
with:
version: 29.4

- uses: emacs-eask/setup-eask@master
with:
version: 'snapshot'

- uses: actions/checkout@v4

- uses: suisei-cn/actions-download-file@master
name: Download Binaries (Target)
if: matrix.target != 'npm'
Expand All @@ -87,6 +77,8 @@ jobs:
with:
version: 'snapshot'

- uses: actions/checkout@v4

- name: Update checksum info
run: |
eask install-deps
Expand Down Expand Up @@ -134,16 +126,6 @@ jobs:
- npm

steps:
- uses: jcs090218/setup-emacs@master
with:
version: 29.4

- uses: emacs-eask/setup-eask@master
with:
version: 'snapshot'

- uses: actions/checkout@v4

- uses: suisei-cn/actions-download-file@master
name: Download Binaries (NPM)
if: matrix.target == 'npm'
Expand Down Expand Up @@ -182,6 +164,8 @@ jobs:
with:
version: 'snapshot'

- uses: actions/checkout@v4

- name: Update checksum info
run: |
brew install openssl
Expand Down Expand Up @@ -224,16 +208,6 @@ jobs:
- win-arm64
- win-x64
steps:
- uses: jcs090218/setup-emacs@master
with:
version: 29.4

- uses: emacs-eask/setup-eask@master
with:
version: 'snapshot'

- uses: actions/checkout@v4

- uses: suisei-cn/actions-download-file@master
name: Download Binaries (Target)
with:
Expand All @@ -255,6 +229,8 @@ jobs:
with:
version: 'snapshot'

- uses: actions/checkout@v4

- name: Update checksum info
run: |
eask install-deps
Expand Down

0 comments on commit 2398930

Please sign in to comment.