Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
Replace the version built from PPA with the newer versions from Arch Linux (JuNest, ArchImage)
  • Loading branch information
ivan-hc committed Oct 26, 2023
1 parent 79e988c commit f2f018b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
run: |
sudo apt update
sudo apt install libfuse2
wget https://raw.githubusercontent.com/ivan-hc/Emacs-appimage/main/emacs-builder
chmod a+x ./emacs-builder
./emacs-builder
wget https://raw.githubusercontent.com/ivan-hc/Emacs-appimage/main/emacs-junest.sh
chmod a+x ./emacs-junest.sh
./emacs-junest.sh
mkdir dist
mv *AppImage dist/
- uses: gautamkrishnar/keepalive-workflow@v1
Expand Down

0 comments on commit f2f018b

Please sign in to comment.