Skip to content

Commit

Permalink
adding ubuntu 22,24, macos 13 brew test
Browse files Browse the repository at this point in the history
  • Loading branch information
mittelmark committed Sep 20, 2024
1 parent 6bff429 commit c2fa0c7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test-brew-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,22 @@ jobs:
#find /usr -name "*mec*"
#ls -l /home/linuxbrew/.linuxbrew/opt/microemacs-mec
mec -V
build5:
runs-on: macos-13
name: Build on MacOS 13

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install MicroEmacs mec
run: |
#export PATH=/home/linuxbrew/.linuxbrew/bin:$PATH
which brew
brew tap mittelmark/mittelmark
brew install microemacs-mec
#ls /home/linuxbrew/.linuxbrew/bin
#find /usr -name "*mec*"
#ls -l /home/linuxbrew/.linuxbrew/opt/microemacs-mec
mec -V

0 comments on commit c2fa0c7

Please sign in to comment.