Skip to content

Commit

Permalink
Corrected the indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Feb 11, 2023
1 parent 50b0742 commit 7b7cfed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
"./build_appimage.sh"
chmod a+x wxmaxima-x86_64.AppImage
ls -lh
- name: Test for Appimage
run: |
if [ ! -s "wxmaxima-x86_64.AppImage" ]; then echo "AppImage wasn't created!"; fi
- name: Test for Appimage
run: |
if [ ! -s "wxmaxima-x86_64.AppImage" ]; then echo "AppImage wasn't created!"; fi
# - name: build_flatpack
# run: |
# sudo apt-get install flatpak flatpak-builder
Expand Down

0 comments on commit 7b7cfed

Please sign in to comment.