From a25abd381c8b990bfcb814394f6ba7e44a70f1de Mon Sep 17 00:00:00 2001 From: Detlef Groth Date: Sun, 20 Oct 2024 09:05:58 +0200 Subject: [PATCH] action testing on MacOS --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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