File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
linux :
8
8
runs-on : ubuntu-22.04
9
9
steps :
10
+ - uses : actions/checkout@v4
10
11
- name : Install build dependencies
11
12
run : sudo apt install mkdocs python3-pip libtinfo5
12
13
- name : Acquire sources
21
22
ARTIFACT_NAME="scopes-unstable-linux-$(date "+%Y-%m-%d")-$(hg identify --template '{id|short}')-default"
22
23
echo "artifact-name-default=$ARTIFACT_NAME" >> $GITHUB_OUTPUT
23
24
# patch genie recipe
24
- wget "https://raw.githubusercontent.com/ScopesCommunity/scopes-unstable/main/ workarounds/genie.eo" -O ./external/recipes/genie.eo
25
+ cp -f ../ workarounds/genie.eo ./external/recipes/genie.eo
25
26
yes | ./build.sh --silent-progress
26
27
tar -czf $ARTIFACT_NAME.tar.gz --exclude "bin/eo" bin/ doc/ include/ lib/ testing/ CREDITS.md LICENSE.md
27
28
- name : Artifact (default)
38
39
ARTIFACT_NAME="scopes-unstable-linux-$(date "+%Y-%m-%d")-$(hg identify --template '{id|short}')-based"
39
40
echo "artifact-name-based=$ARTIFACT_NAME" >> $GITHUB_OUTPUT
40
41
# patch genie recipe
41
- wget "https://raw.githubusercontent.com/ScopesCommunity/scopes-unstable/main/ workarounds/genie.eo" -O ./external/recipes/genie.eo
42
+ cp -f ../ workarounds/genie.eo ./external/recipes/genie.eo
42
43
yes | ./build.sh --silent-progress
43
44
rm ./bin/eo
44
45
tar -czf $ARTIFACT_NAME.tar.gz --exclude "bin/eo" bin/ doc/ include/ lib/ testing/ CREDITS.md LICENSE.md
You can’t perform that action at this time.
0 commit comments