Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

updated packages; added tif loading tests; #13

updated packages; added tif loading tests;

updated packages; added tif loading tests; #13

Workflow file for this run

name: Linux
on:
push:
paths-ignore:
- 'README.md'
- 'docs/'
pull_request:
paths-ignore:
- 'README.md'
- 'docs/'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
- name: Build
run: sh ./build.sh