mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-09-02 15:45:46 +00:00
Update Test_Build.yml
This commit is contained in:
parent
acb45dfad0
commit
e59142f60d
1 changed files with 1 additions and 9 deletions
10
.github/workflows/Test_Build.yml
vendored
10
.github/workflows/Test_Build.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Build hardware tests
|
name: Hardware Test Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -14,14 +14,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Install and update packages
|
||||||
run: |
|
run: |
|
||||||
apt-get -y install python3 python3-pip p7zip-full libarchive13
|
apt-get -y install python3 python3-pip p7zip-full libarchive13
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue