Skip to content

Commit 72afc26

Browse files
committed
Fix CI
1 parent c3a11d2 commit 72afc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/riot/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Install packages
77
run: |
88
apt update
9-
apt install tmux
9+
apt install -y --no-install-recommends tmux
1010
shell: bash
1111

1212
- name: Cache RIOT

0 commit comments

Comments
 (0)