diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 6f879f3..fc5d57f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -45,9 +45,9 @@ jobs: run: | brew install xquartz curl -fsSL https://raw.githubusercontent.com/mittelmark/microemacs/refs/heads/master/install-linux.sh -o install.sh - bash install.sh + bash install.sh -V source ~/.bashrc ## for the current session - which me + me -V windows: runs-on: windows-2022