Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Oct 7, 2024
1 parent a0d6d36 commit 6c4515d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,14 @@ jobs:
path: libraries/bzlmodrio-choreolib/../../libraries/bzlmodRio-allwpilib
ref: main

# Checkout bzlmodrio-opencv
# Checkout backdoor generation of wpilibsuite libraries
- uses: actions/checkout@v4
with:
repository: 'bzlmodRio/bzlmodrio-opencv.git'
repository: 'bzlmodRio/wpilibsuite_generator.git'
fetch-depth: 0
path: libraries/bzlmodrio-choreolib/../../libraries/bzlmodRio-opencv
path: libraries/bzlmodrio-choreolib/../../wpilibsuite_gen
ref: main

# Checkout bzlmodrio-ni
- uses: actions/checkout@v4
with:
repository: 'bzlmodRio/bzlmodrio-ni.git'
fetch-depth: 0
path: libraries/bzlmodrio-choreolib/../../libraries/bzlmodRio-ni
ref: main




# Checkout gentool
Expand Down

0 comments on commit 6c4515d

Please sign in to comment.