diff --git a/.github/workflows/nightly-arm64.yml b/.github/workflows/nightly-arm64.yml index 7363e80..d76c17c 100644 --- a/.github/workflows/nightly-arm64.yml +++ b/.github/workflows/nightly-arm64.yml @@ -47,7 +47,7 @@ jobs: - name: Setup to build run: sh build/setup.sh - name: Build HEAD with inline patch - run: sh build/emacs-head.sh -d ${{ github.workspace }} -n + run: sh build/emacs-head.sh -d ${{ github.workspace }} - name: Verification run: ${{ github.workspace }}/emacs/nextstep/Emacs.app/Contents/MacOS/Emacs --batch --eval="(unless (fboundp 'mac-input-method-mode) (error \"The inline-patch is NOT integrated\"))" - name: Portable diff --git a/.github/workflows/nightly-x86_64.yml b/.github/workflows/nightly-x86_64.yml index e3af42e..ef1d0a8 100644 --- a/.github/workflows/nightly-x86_64.yml +++ b/.github/workflows/nightly-x86_64.yml @@ -47,7 +47,7 @@ jobs: - name: Setup to build run: sh build/setup.sh - name: Build HEAD with inline patch - run: sh build/emacs-head.sh -d ${{ github.workspace }} -n + run: sh build/emacs-head.sh -d ${{ github.workspace }} - name: Verification run: ${{ github.workspace }}/emacs/nextstep/Emacs.app/Contents/MacOS/Emacs --batch --eval="(unless (fboundp 'mac-input-method-mode) (error \"The inline-patch is NOT integrated\"))" - name: Portable