]> git.earman.xyz Git - sensor-watch.git/commitdiff
re-enable simulator build
authorjoeycastillo <joeycastillo@utexas.edu>
Mon, 14 Oct 2024 16:52:31 +0000 (12:52 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Mon, 14 Oct 2024 16:52:31 +0000 (12:52 -0400)
.github/workflows/build.yml

index 6701de7919012cdad74c0bcfb3f4733cf5ed5e91..0bf5d2de9471d76b08fbeca6e9f5fa0c9a3a0042 100644 (file)
@@ -29,7 +29,6 @@ jobs:
           path: build/firmware.uf2
 
   build-simulator:
-    if: ${{ false }} # simulator is not yet supported
     container:
       image: emscripten/emsdk
     runs-on: ubuntu-latest