Skip to content

Commit

Permalink
Update ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Feb 19, 2022
1 parent 9220a56 commit 1fd737f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
emacs-version:
- 24.4
Expand All @@ -26,11 +27,6 @@ jobs:

- uses: actions/checkout@v1

- uses: actions/setup-python@v2
with:
python-version: '3.6'
architecture: 'x64'

- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
Expand Down

0 comments on commit 1fd737f

Please sign in to comment.