Skip to content

Commit a966507

Browse files
vdbekjnsn
authored andcommitted
fix(ci): update tmux in test workflow (catppuccin#370)
* fix(ci): update tmux in test workflow * Use --allow-downgrades for the tmux install in the test runner --------- Co-authored-by: Kaley Main <[email protected]>
1 parent 4911620 commit a966507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Install tmux
28-
run: sudo apt-get update && sudo apt-get install -y tmux=3.2a-4ubuntu0.2
28+
run: sudo apt update && sudo apt install -y --allow-downgrades tmux=3.4-1build1
2929
- uses: actions/checkout@v4
3030
- name: Run Tests
3131
shell: bash

0 commit comments

Comments
 (0)