Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
n1tr0-5urf3r committed Feb 21, 2025
1 parent bf19b6c commit 0cc72df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Controller Build
run: cd P4-MNA/tofino_mna_isd/Local-Controller && cargo build
run: cd tofino_mna_isd/Local-Controller && cargo build
2 changes: 1 addition & 1 deletion .github/workflows/data_plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Tofino2 CI
run: cd P4-MNA/tofino_mna_isd/P4-Implementation && sudo -E /open-p4studio/install/bin/bf-p4c -D__TARGET_TOFINO__=2 --target tofino2 -g --arch t2na -o /opt/mna_isd mna_isd.p4
run: cd tofino_mna_isd/P4-Implementation && sudo -E /open-p4studio/install/bin/bf-p4c -D__TARGET_TOFINO__=2 --target tofino2 -g --arch t2na -o /opt/mna_isd mna_isd.p4

0 comments on commit 0cc72df

Please sign in to comment.