Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Jun 1, 2024
1 parent a3af74c commit d1104af
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- "28.1"
- "28.2"
- "29.1"
- "29.2"
- "29.3"
experimental: [false]
include:
- emacs-version: "snapshot"
Expand All @@ -39,13 +41,13 @@ jobs:

- uses: "cask/setup-cask@master"
with:
version: "0.9.0"
version: "snapshot"

- name: "Compile"
run: |
make compile
- uses: "actions/setup-go@v4"
- uses: "actions/setup-go@v5"
with:
go-version: "stable"
check-latest: true
Expand Down

0 comments on commit d1104af

Please sign in to comment.