Skip to content

Commit

Permalink
Test out my djgoku/devbox-install-action adding macos-14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
djgoku committed Apr 3, 2024
1 parent 3f31ab8 commit 0141e32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- uses: actions/checkout@v4
- name: which gtar
run: which gtar
# - name: Install devbox
# uses: jetpack-io/devbox-install-action@v0.8.0
# with:
# project-path: devbox/plugins/emacs/test
# enable-cache: "true"
- name: Install devbox
uses: djgoku/devbox-install-action@feature/add-support-for-macos-14
with:
project-path: devbox/plugins/emacs/test
enable-cache: "true"
# - name: test emacs early-init.el config
# run: devbox run -c devbox/plugins/emacs/test/ -- emacs --batch -l ../../emacs/early-init.el
# - name: test emacs init.el config
Expand Down

0 comments on commit 0141e32

Please sign in to comment.