Skip to content

Update libharu_ng version to 1.0.7 #121

Update libharu_ng version to 1.0.7

Update libharu_ng version to 1.0.7 #121

name: Build and test
on:
push:
branches: ['master']
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build docker image
run: docker build -t libharu_ng . --build-arg="CRATESIO_TOKEN=${{ secrets.CRATESIO_TOKEN }}"