We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5305f95 commit df6ea52Copy full SHA for df6ea52
.github/workflows/blank.yml
@@ -10,14 +10,14 @@ on:
10
11
jobs:
12
build:
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v3
16
17
- name: build
18
run: |
19
sudo apt update
20
- sudo apt install libfuse2 libsensors
+ sudo apt install libfuse2 libsensors-dev
21
sudo apt install libncursesw5-dev autotools-dev autoconf automake build-essential meson ninja-build
22
wget https://raw.githubusercontent.com/Samueru-sama/htop-AppImage/main/htop-appimage.sh
23
chmod a+x ./htop-appimage.sh
0 commit comments