Skip to content

Finally fixed the WorldCover reading bug #354

Finally fixed the WorldCover reading bug

Finally fixed the WorldCover reading bug #354

Workflow file for this run

name: Build CI
on: [ push ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.100
- name: Build and run tests
run: powershell -ExecutionPolicy Bypass -File build.ps1