Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/set-up/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ runs:
firefox google-chrome-stable microsoft-edge-stable \
azure-cli google-cloud-cli \
llvm-{16..18}-dev
sudo apt-get install libxml2-utils libncurses-dev
sudo apt-get install libxml2-utils
sudo apt-get autoremove
sudo apt-get clean
rm -r -f /usr/share/dotnet /usr/share/swift /usr/local/graalvm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
release_files: rules_elisp-*.tar.gz
bazel_test_command: |-
sudo apt-get install libxml2-utils libncurses-dev && bazel test //...
sudo apt-get install libxml2-utils && bazel test //...
prerelease: false
draft: true
publish:
Expand Down
Loading