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: workflow_dispatch:
jobs: jobs:
test-gglm: test-gglm-windows:
runs-on: [windows-latest, macos-latest, ubuntu-latest] runs-on: [windows-latest]
steps: steps:
- name: Install golang - name: Install golang
uses: actions/setup-go@v3 uses: actions/setup-go@v3

View File

@ -1,5 +1,7 @@
# gglm # 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). 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: gglm currently has the following: