Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 9, 2023
1 parent 34e31d8 commit 12958e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ jobs:
needs: build
runs-on: ubuntu-18.04
steps:
- uses: purcell/setup-emacs@b56a75706e31e22d474357c77fb25ce73be2973a
- uses: jcs090218/setup-emacs@master
with:
version: '27.2'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Generate release notes
run: |
bin/dev release-notes $(git describe --tags --abbrev=0) > RELEASE-NOTES
Expand Down Expand Up @@ -130,23 +130,9 @@ jobs:
# emacs-version: '27.2'
runs-on: ${{ matrix.os }}
steps:
- uses: purcell/setup-emacs@v3.0
if: runner.os != 'Windows'
with:
version: ${{ matrix.emacs-version }}

- uses: jcs090218/setup-emacs-windows@6e1ba035e1387639a42f4ef4872598c88481c863
if: runner.os == 'Windows'
- uses: jcs090218/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
# Remove expired DST Root CA X3 certificate. Workaround for
# https://debbugs.gnu.org/cgi/bugreport.cgi?bug=51038 bug on Emacs 27.2.
# https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-1126671598
- name: Workaround for Emacs 27.2's Windows build from GNU FTP
if: ${{ runner.os == 'Windows' && matrix.emacs-version == '27.2' }}
run: |
gci cert:\LocalMachine\Root\DAC9024F54D8F6DF94935FB1732638CA6AD77C13
gci cert:\LocalMachine\Root\DAC9024F54D8F6DF94935FB1732638CA6AD77C13 | Remove-Item

- uses: actions/checkout@v4

Expand All @@ -162,7 +148,7 @@ jobs:
needs: integ
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set release version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**/*.elc*
**/.cask
**/.eask
/dist
**/dist

0 comments on commit 12958e8

Please sign in to comment.