Skip to content

Commit 0b462e0

Browse files
author
Johnathan Van Why
committed
Switch the Mac OS CI workflow to libtock2.
Building `libtock2` is a more thorough test that building `libtock_runtime`, as `libtock2` depends on `libtock_runtimes` (and eventually many other crates).
1 parent 2c605fe commit 0b462e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac-os.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Build and Test
2525
run: |
2626
cd "${GITHUB_WORKSPACE}"
27-
LIBTOCK_PLATFORM=nrf52 cargo build -p libtock_runtime \
27+
LIBTOCK_PLATFORM=nrf52 cargo build -p libtock2 \
2828
--target=thumbv7em-none-eabi

0 commit comments

Comments
 (0)