Skip to content

Commit

Permalink
[FIX] 24.1 missing setf symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyWeeUsr committed Nov 26, 2024
1 parent 977b71e commit bf180de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
# - macos-latest
# - windows-latest
emacs_version: [
'24.1',
# '25.1', '25.2', '25.3',
'25.1',
# '25.2', '25.3',
# '26.1', '26.2', '26.3',
# '27.1', '27.2',
# '28.1', '28.2',
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
--trace \
--time \
--color=always \
test --expect 20
test
- name: Ensure clean byte-compilation
run: |
Expand Down

0 comments on commit bf180de

Please sign in to comment.