mirror of
https://github.com/vtnerd/monero-lws.git
synced 2025-01-09 20:30:08 +00:00
Add dependencies install to github workflow yml
This commit is contained in:
parent
5b3b9af238
commit
9c599da513
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build-ubuntu.yml
vendored
7
.github/workflows/build-ubuntu.yml
vendored
|
@ -23,6 +23,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
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
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: monero-project/monero
|
repository: monero-project/monero
|
||||||
|
|
Loading…
Reference in a new issue