Skip to content

Commit df6ea52

Browse files
authored
Update blank.yml
1 parent 5305f95 commit df6ea52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
1616

1717
- name: build
1818
run: |
1919
sudo apt update
20-
sudo apt install libfuse2 libsensors
20+
sudo apt install libfuse2 libsensors-dev
2121
sudo apt install libncursesw5-dev autotools-dev autoconf automake build-essential meson ninja-build
2222
wget https://raw.githubusercontent.com/Samueru-sama/htop-AppImage/main/htop-appimage.sh
2323
chmod a+x ./htop-appimage.sh

0 commit comments

Comments
 (0)