Skip to content

Commit dc68aac

Browse files
committed
maybe fix make install
1 parent adb17e0 commit dc68aac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:

scripts/build_emacs_in_docker.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ env \
3838
env \
3939
PATH=$DIST_APPDIR/bin:$PATH \
4040
LD_LIBRARY_PATH=$DIST_APPDIR/lib \
41-
make install-strip -j$(nproc)
41+
make -j$(nproc)
42+
env \
43+
PATH=$DIST_APPDIR/bin:$PATH \
44+
LD_LIBRARY_PATH=$DIST_APPDIR/lib \
45+
make install-strip
4246
popd
4347

4448
cp $SCRIPT_DIR/AppRun $DIST_APPDIR/AppRun

0 commit comments

Comments
 (0)