Skip to content

Removed unused ptr_to_u64() function #11

Removed unused ptr_to_u64() function

Removed unused ptr_to_u64() function #11

Workflow file for this run

name: Distros
on: [push]
# Cancel previous run if a new one is started
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dockerfile:
- docker/Dockerfile.debian
- docker/Dockerfile.fedora
- docker/Dockerfile.ubuntu
steps:
- uses: actions/checkout@v2
- name: Build
run: docker build -f ${{ matrix.dockerfile }} .