it should already be there it is now a submodule...
Some checks failed
Test And Build / Build (push) Failing after 3s

This commit is contained in:
2025-07-04 12:50:28 +02:00
parent 5911e62029
commit 72fe2b3681

View File

@ -16,13 +16,8 @@ jobs:
steps: steps:
- name: checkout repo - name: checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: checkout Sinq Motor repo
uses: actions/checkout@v4
with: with:
repository: 'lin-epics-modules/sinqMotor' submodules: 'true'
path: 'sinqmotor'
token: "${{ secrets.read_key }}"
github-server-url: 'https://gitea.psi.ch'
- run: | - run: |
ls -lsah ls -lsah
ls -lsah sinqmotor ls -lsah sinqmotor