Skip to content

Commit

Permalink
fix: Add github action title
Browse files Browse the repository at this point in the history
  • Loading branch information
mike325 committed May 21, 2024
1 parent 2f3b11b commit 98ce074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
sudo ./install.sh --verbose --packages --only
linux-arm-build:
name: Testing install script in ${{ matrix.os }}
name: Testing install script in Raspbian lite ARM64
runs-on: ubuntu-latest

env:
Expand All @@ -119,8 +119,8 @@ jobs:
wget https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch && chmod +x ./neofetch && ./neofetch
# OS update
sudo apt update --fix-missing
sudo apt upgrade -y
# sudo apt update --fix-missing
# sudo apt upgrade -y
# Install dependencies
sudo apt install -y curl git shellcheck python3-setuptools python-setuptools
Expand Down

0 comments on commit 98ce074

Please sign in to comment.