Skip to content

Commit

Permalink
fix(ci): correct builder
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum9Innovation committed Feb 2, 2025
1 parent b973db1 commit c774425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

jobs:
lockfile:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -24,7 +24,7 @@ jobs:
cp -r ../all_seaing_vehicle dev_ws/src/
nix develop -i --accept-flake-config --keep HOME --command bash -c "build;"
- name: Build modules and run nodes
run: cd ../arcturus_nix
run: cd ../arcturus_nix;
nix develop -i --accept-flake-config --keep HOME --command bash -c "
ci/run.sh all_seaing_autonomy
ci/run.sh all_seaing_bringup
Expand Down

0 comments on commit c774425

Please sign in to comment.