wip
Some checks failed
CI Beamline / test (push) Failing after 33s
CI Beamline / test (pull_request) Failing after 32s

This commit is contained in:
2025-06-25 20:30:07 +02:00
parent f2157eab6f
commit 3f64d6efc1

View File

@ -35,6 +35,11 @@ jobs:
QT_QPA_PLATFORM: "offscreen"
steps:
- name: Prepare checkout directory
run: |
# Create a directory for the checkout
mkdir -p _checkout_
- name: Checkout BEC Plugin Repository
id: plugin_checkout
uses: actions/checkout@v4