Skip to content

feat: add ripgrep and fd #20

feat: add ripgrep and fd

feat: add ripgrep and fd #20

Workflow file for this run

name: build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Guix cache
uses: actions/cache@v3
with:
path: ~/.cache/guix
# use a key that (almost) never matches
key: guix-cache-${{ github.sha }}
restore-keys: |
guix-cache-
# Cannot use a cache for /gnu/store, since restore fails
- name: Install Guix
uses: PromyLOPh/guix-install-action@v1
- name: Ensure no locale warning
run: test -z "$(guix --version 2>&1 >/dev/null)"
- name: build emacs-x
run: bash build.sh
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: emacs-x-*-installer.*