Skip to content

Install

Install #20876

Workflow file for this run

name: Install
on:
workflow_run:
workflows: ["Archive"]
types:
- completed
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version:
- 29.4
steps:
- uses: jcs090218/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- uses: emacs-eask/setup-eask@master
with:
version: 'snapshot'
- uses: actions/checkout@v4
- name: Change mode flags
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: chmod -R 777 ./
- name: Test installation
run: make test-install