mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 15:15:15 -08:00
Add dependencies install to github workflow yml
This commit is contained in:
committed by
Lee *!* Clagett
parent
5b3b9af238
commit
9c599da513
7
.github/workflows/build-ubuntu.yml
vendored
7
.github/workflows/build-ubuntu.yml
vendored
@@ -23,6 +23,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: set apt conf
|
||||
run: ${{env.APT_SET_CONF}}
|
||||
- name: update apt
|
||||
run: sudo apt update
|
||||
- name: install monero dependencies
|
||||
run: ${{env.APT_INSTALL_LINUX}}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
repository: monero-project/monero
|
||||
|
||||
Reference in New Issue
Block a user