Skip to content

Try to use older runners when compiling Blake3 #41

Try to use older runners when compiling Blake3

Try to use older runners when compiling Blake3 #41

Workflow file for this run

name: managed
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'lib/**'
- '*.md'
- '*.txt'
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Install .NET 6.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Build, Test, Pack, Publish
shell: bash
run: |
dotnet tool install -g dotnet-releaser
dotnet-releaser run --nuget-token "${{secrets.NUGET_TOKEN}}" --github-token "${{secrets.GITHUB_TOKEN}}" src/dotnet-releaser.toml