mirror of
https://github.com/bloeys/gglm.git
synced 2025-12-29 13:38:20 +00:00
Fix workflow
This commit is contained in:
4
.github/workflows/test-gglm.yml
vendored
4
.github/workflows/test-gglm.yml
vendored
@ -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
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
# gglm
|
# gglm
|
||||||
|
|
||||||
|
[](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:
|
||||||
|
|||||||
Reference in New Issue
Block a user