Skip to content

Added up-get update to avoid issues when apt cache gets stale (#1) #3

Added up-get update to avoid issues when apt cache gets stale (#1)

Added up-get update to avoid issues when apt cache gets stale (#1) #3

Workflow file for this run

name: Windows
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: |
choco install ninja
choco install git.install --params "/GitAndUnixToolsOnPath"
- name: Build
run: bash ./BuildTests.sh