Skip to content

Commit

Permalink
renamed install-linux to install-unix.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Oct 20, 2024
1 parent d001f4d commit c07a99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: bash
run: |
brew install xquartz
curl -fsSL https://raw.githubusercontent.com/mittelmark/microemacs/refs/heads/master/install-linux.sh -o install.sh
curl -fsSL https://raw.githubusercontent.com/mittelmark/microemacs/refs/heads/master/install-unix.sh -o install.sh
bash install.sh -V
source ~/.bashrc ## for the current session
me -V
Expand Down

0 comments on commit c07a99d

Please sign in to comment.