Fix workflow

This commit is contained in:
bloeys
2024-05-04 22:49:58 +04:00
parent 5d2cfa0329
commit 90d3e8e870
2 changed files with 4 additions and 2 deletions

View File

@ -5,8 +5,8 @@ on:
workflow_dispatch:
jobs:
test-gglm:
runs-on: [windows-latest, macos-latest, ubuntu-latest]
test-gglm-windows:
runs-on: [windows-latest]
steps:
- name: Install golang
uses: actions/setup-go@v3

View File

@ -1,5 +1,7 @@
# gglm
[![test-gglm](https://github.com/bloeys/gglm/actions/workflows/test-gglm.yml/badge.svg)](https://github.com/bloeys/gglm/actions/workflows/test-gglm.yml)
Fast OpenGL/Graphics focused Mathematics library in Go inspired by the c++ library [glm](https://github.com/g-truc/glm).
gglm currently has the following: