Remove raymarching (to praise our gpus to not process shader code) an… #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
build: | |
runs-on: [ubuntu-latest, macos-latest] | |
steps: | |
- uses: krdlab/setup-haxe@v1 | |
with: | |
haxe-version: 4.0.5 | |
- run: | | |
haxe -version | |
haxelib install hxnodejs |