mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(chore): pin eldev install to 10.3 (#2098)
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Eldev
|
- name: Install Eldev
|
||||||
run: curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
|
run: curl -fsSL https://raw.github.com/org-roam/org-roam/master/github-eldev | sh
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: make prepare
|
run: make prepare
|
||||||
|
11
github-eldev
Executable file
11
github-eldev
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
|
ELDEV_BIN_DIR=~/.local/bin
|
||||||
|
|
||||||
|
# `$GITHUB_PATH' is a magic file which contents is translated to environment variable `$PATH'.
|
||||||
|
echo "$ELDEV_BIN_DIR" >> $GITHUB_PATH
|
||||||
|
|
||||||
|
mkdir -p $ELDEV_BIN_DIR
|
||||||
|
curl -fsSL https://raw.githubusercontent.com/doublep/eldev/f111d19cda305e5e8fcb70a5675b87173041cb68/bin/eldev > $ELDEV_BIN_DIR/eldev
|
||||||
|
chmod a+x $ELDEV_BIN_DIR/eldev
|
Reference in New Issue
Block a user