Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Dec 20, 2023
1 parent 1eb2547 commit 32fcc83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/libressl.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ export PATH="/usr/lib/ccache:$PATH"
export CCACHE_DIR="$(pwd)/ccache"
export CTEST_OUTPUT_ON_FAILURE=1

apt-get update

DEBIAN_FRONTEND=noninteractive apt-get install --no-install-{recommends,suggests} -y \
bison ccache cmake flex g++ lib{boost-all,ssl}-dev ninja-build tzdata

mkdir build
cd build

Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/libressl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,14 @@ jobs:
path: ccache
key: ccache/libressl

- name: Update package cache
run: sudo apt-get update

- name: Install build dependencies
run: >
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y
--no-install-{recommends,suggests}
bison ccache cmake flex g++ lib{boost-all,ssl}-dev ninja-build tzdata
- name: Build
run: sudo .github/workflows/libressl.bash

0 comments on commit 32fcc83

Please sign in to comment.