Update Test_Build.yml

This commit is contained in:
wheremyfoodat 2025-07-23 14:06:48 +03:00 committed by GitHub
commit e59142f60d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: Build hardware tests
name: Hardware Test Build
on:
push:
@ -14,14 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Fix apt sources
run: |
apt-get update
apt-get -y install dirmngr
echo 'deb http://us.archive.ubuntu.com/ubuntu/ bionic main' >> /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
apt-get update
- name: Install and update packages
run: |
apt-get -y install python3 python3-pip p7zip-full libarchive13