Skip to content

Update all non-major dependencies #42

Update all non-major dependencies

Update all non-major dependencies #42

Workflow file for this run

name: Test Install
on:
pull_request:
branches:
- master
- main
jobs:
posix:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: ./get-latest-tgf.sh
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- run: ./get-latest-tgf.ps1