Skip to content

Commit 8517387

Browse files
committed
makelinux.sh
1 parent f6ceb1d commit 8517387

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

script/makelinux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ else
2626
arch="`uname -m`"
2727
fi
2828

29-
B=$GITHUB_WORKSPACE/Qt/$2/gcc_64/bin
29+
echo "`ls -l $GITHUB_WORKSPACE/Qt/$3`"
30+
B=$GITHUB_WORKSPACE/Qt/$3/gcc_64/bin
3031
export PATH=$B:$PATH
3132

3233
case $3 in

0 commit comments

Comments
 (0)