Skip to content

Commit

Permalink
Add emscripted as a package dependency in nqc_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets authored Jun 9, 2024
1 parent 16d0bc2 commit 0e5fe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nqc_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- name: apt-get update
run: sudo apt-get --assume-yes update
- name: install build dependencies
run: sudo apt-get --assume-yes install flex bison
run: sudo apt-get --assume-yes install flex bison emscripten
- name: make
run: make DEFAULT_SERIAL_NAME='"/dev/ttyS0"' DEFAULT_USB_NAME='"/dev/usb/legousbtower0"' DEFAULT_PORT_NAME='"usb"'

0 comments on commit 0e5fe23

Please sign in to comment.