Skip to content

Commit acad5f3

Browse files
authored
Update linux.yml
1 parent a43f0c5 commit acad5f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
echo "DATE=`date +%Y%m%d`" >> $GITHUB_ENV
3131
echo "GIT_HASH=`git rev-parse --short HEAD`" >> $GITHUB_ENV
32+
echo "QTDIR=$QT_ROOT_DIR" >> $GITHUB_ENV
3233
cat $GITHUB_ENV
3334
3435
- name: Display environment variables
@@ -45,7 +46,7 @@ jobs:
4546
mkdir build
4647
cd build
4748
qmake PREFIX=/usr ..
48-
make
49+
make -j4
4950
cd ..
5051
echo $PWD
5152

0 commit comments

Comments
 (0)