Skip to content

Commit

Permalink
Use package manager for workflows to speed up compilation time
Browse files Browse the repository at this point in the history
  • Loading branch information
who-biz committed Jun 22, 2020
1 parent 2ffd7ac commit 4a928c4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/blur-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ jobs:
build:

runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1
- name: submodules
run: git submodule update --init
- name: install deps
run: sudo apt install libssl-dev libsodium-dev libunwind-dev libboost-all-dev
- name: make
run: make release-cross-linux-x86_64
env:
HOST: x86_64-gnu-linux
BOOST_IGNORE_SYSTEM_PATHS: ON
run: make release-static-linux-x86_64

0 comments on commit 4a928c4

Please sign in to comment.