Skip to content

Commit

Permalink
Add tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRosenow committed Jan 24, 2025
1 parent 31d1275 commit fa6e440
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/riot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ description: Install and build RIOT dependencies
runs:
using: "composite"
steps:
- name: Install packages
run: |
sudo apt update
sudo apt install tmux
shell: bash

- name: Cache RIOT
id: cache-riot
uses: actions/cache@v4
Expand Down

0 comments on commit fa6e440

Please sign in to comment.