Skip to content

Commit 1cd5a30

Browse files
committed
chore: Revert "Add test-bash-5_0 using nix"
This reverts commit 2d9bf96. It still doesn't work.
1 parent 2d9bf96 commit 1cd5a30

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,3 @@ jobs:
3737
- name: Test the project
3838
run: 'eldev -p -dtT test'
3939

40-
test-bash-5_0:
41-
runs-on: ubuntu-latest
42-
strategy:
43-
matrix:
44-
emacs_version:
45-
- '29.1'
46-
47-
steps:
48-
- name: Install Nix and set up Emacs
49-
uses: jcs090218/setup-emacs@master
50-
with:
51-
version: ${{matrix.emacs_version}}
52-
53-
- name: Install Bash 5.0
54-
run: 'nix profile install nixpkgs/3b05df1d13c1b315cecc610a2f3180f6669442f0#bash_5'
55-
56-
- name: Install Eldev
57-
uses: emacs-eldev/setup-eldev@v1
58-
59-
- name: Check out the source code
60-
uses: actions/checkout@v4
61-
62-
- name: Test the project
63-
run: 'bash --version; eldev -p -dtT test'
64-

0 commit comments

Comments
 (0)