Add dependencies install to github workflow yml

This commit is contained in:
Lee *!* Clagett 2023-05-18 11:41:51 -04:00 committed by Lee *!* Clagett
parent 5b3b9af238
commit 9c599da513

View file

@ -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