mirror of
https://github.com/yuzu-mirror/oaknut.git
synced 2026-03-20 08:54:38 +01:00
oaknut: github: Update package repositories
This commit is contained in:
parent
c24f918e52
commit
da0590a860
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
|
|
@ -9,6 +9,9 @@ jobs:
|
|||
- name: Checkout oaknut repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Update package repositories
|
||||
run: sudo apt-get update
|
||||
|
||||
- name: Install dependencies
|
||||
run: >
|
||||
sudo apt-get install -q -y
|
||||
|
|
|
|||
Loading…
Reference in a new issue