Skip to content

Commit

Permalink
fix(ci): update tmux in test workflow (#370)
Browse files Browse the repository at this point in the history
* fix(ci): update tmux in test workflow

* Use --allow-downgrades for the tmux install in the test runner

---------

Co-authored-by: Kaley Main <kaleymain@google.com>
  • Loading branch information
vdbe and kjnsn authored Oct 12, 2024
1 parent 4dd824c commit 02debd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

0 comments on commit 02debd3

Please sign in to comment.