Skip to content

Commit 392dc5e

Browse files
authored
Remove echo $PATH from workflow
Removed echo command from Make AppImage step.
1 parent ae345b2 commit 392dc5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/universal.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626

2727
- name: Make AppImage
2828
run: |
29-
echo $PATH
3029
chmod a+x qemu-universal.sh
3130
./qemu-universal.sh
3231
mkdir dist

0 commit comments

Comments
 (0)