workflow edit

This commit is contained in:
bloeys
2022-01-27 05:55:22 +04:00
parent 42d99b3cc7
commit 9ff1149191

View File

@ -17,6 +17,6 @@ jobs:
run: brew install sdl2{,_image,_mixer,_ttf,_gfx} pkg-config run: brew install sdl2{,_image,_mixer,_ttf,_gfx} pkg-config
- name: Clone nmage - name: Clone nmage
run: git clone https://github.com/bloeys/nmage run: git clone https://github.com/bloeys/nmage
- name: Run nmage - name: build nmage
working-directory: nmage working-directory: nmage
run: go build . run: go build .