Skip to content

Commit

Permalink
chore(ci): WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 21, 2023
1 parent 35ea7da commit 8bab9ea
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: purcell/setup-emacs@master
with:
version: 29.1
# TODO: this is ugly and only needed for vterm to succeed in the pipeline...
- name: Install dependency needed for some Emacs packages
# Install dependencies for vterm...
- name: Install system dependency needed for some Emacs packages
run: |
sudo apt-get update
sudo apt-get install -y libtool-bin cmake
Expand All @@ -28,6 +28,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y libtool-bin cmake tree
- name: Show the workspace
run: tree
run: |
echo "Current work directory: $(pwd)"
echo "Content"
tree
- name: Running Emacs
run: MINEMACS_DEBUG=1 emacs
run: MINEMACS_DEBUG=1 emacs -nw

0 comments on commit 8bab9ea

Please sign in to comment.