We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb17e0 commit dc68aacCopy full SHA for dc68aac
.github/workflows/build.yml
@@ -1,5 +1,8 @@
1
name: Build
2
3
+permissions:
4
+ contents: write
5
+
6
on:
7
push:
8
tags:
scripts/build_emacs_in_docker.sh
@@ -38,7 +38,11 @@ env \
38
env \
39
PATH=$DIST_APPDIR/bin:$PATH \
40
LD_LIBRARY_PATH=$DIST_APPDIR/lib \
41
- make install-strip -j$(nproc)
+ make -j$(nproc)
42
+env \
43
+ PATH=$DIST_APPDIR/bin:$PATH \
44
+ LD_LIBRARY_PATH=$DIST_APPDIR/lib \
45
+ make install-strip
46
popd
47
48
cp $SCRIPT_DIR/AppRun $DIST_APPDIR/AppRun
0 commit comments