wip
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user