mirror of
https://github.com/vtnerd/monero-lws.git
synced 2024-12-23 03:49:23 +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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue