wip
This commit is contained in:
@ -35,6 +35,11 @@ jobs:
|
|||||||
QT_QPA_PLATFORM: "offscreen"
|
QT_QPA_PLATFORM: "offscreen"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Prepare checkout directory
|
||||||
|
run: |
|
||||||
|
# Create a directory for the checkout
|
||||||
|
mkdir -p _checkout_
|
||||||
|
|
||||||
- name: Checkout BEC Plugin Repository
|
- name: Checkout BEC Plugin Repository
|
||||||
id: plugin_checkout
|
id: plugin_checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Reference in New Issue
Block a user