Skip to content

rework aspects of the SHA1 class, reduce requirement of spans, bunch … #119

rework aspects of the SHA1 class, reduce requirement of spans, bunch …

rework aspects of the SHA1 class, reduce requirement of spans, bunch … #119

Workflow file for this run

name: Build Linux
on: [push,pull_request]
jobs:
build-and-deploy:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Misc Packages
run: sudo apt-get update && sudo apt install libx11-dev libxext-dev libgl1 libglx-mesa0 mesa-common-dev
- name: Build
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release .. && cmake --build .
- name: GH Release
uses: actions/upload-artifact@v4
with:
name: LinuxRelease
path: build/bin