branch: externals/csharp-mode
commit 6e7922daec4fe62adf8422318a6558282cef68ce
Author: Jostein Kjønigsen <[email protected]>
Commit: GitHub <[email protected]>
Update build.yml
Try fix EVM installation.
---
.github/workflows/build.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2f446d5..88d8f3e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -41,11 +41,13 @@ jobs:
# Runs a single command using the runners shell
- name: Install EVM
- run: curl -fsSkL
https://gist.github.com/rejeep/ebcd57c3af83b049833b/raw > x.sh && source ./x.sh
+ run: |
+ git clone https://github.com/rejeep/evm.git ~/.evm
+ export PATH="$HOME/.evm/bin:$PATH"
+ evm config path /tmp
- name: Install Emacs ${{ matrix.emacs }}
run: |
- evm config path /tmp
evm install $EVM_EMACS --use --skip
- name: Test cask