branch: elpa/typescript-mode commit bd4938e794d581a01f63cf6e4f42918dce676150 Author: Jen-Chieh <jcs090...@gmail.com> Commit: Jen-Chieh <jcs090...@gmail.com>
Use merged setup-emacs action --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afb7efd2a2..e339c50ce1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,13 +33,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - uses: purcell/setup-emacs@master - if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' - with: - version: ${{ matrix.emacs-version }} - - - uses: jcs090218/setup-emacs-windows@master - if: matrix.os == 'windows-latest' + - uses: jcs090218/setup-emacs@master with: version: ${{ matrix.emacs-version }}