mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-16 14:12:47 +00:00
Update build-includes.yml
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
# Prepare build environment
|
# Prepare build environment
|
||||||
#########################################################################
|
#########################################################################
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Prepare build output folders
|
- name: Prepare build output folders
|
||||||
run: |
|
run: |
|
||||||
@@ -115,7 +115,7 @@ jobs:
|
|||||||
# Push to MOOSE_INCLUDE
|
# Push to MOOSE_INCLUDE
|
||||||
#########################################################################
|
#########################################################################
|
||||||
- name: Checkout MOOSE_INCLUDE
|
- name: Checkout MOOSE_INCLUDE
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/MOOSE_INCLUDE
|
repository: ${{ github.repository_owner }}/MOOSE_INCLUDE
|
||||||
path: './build/MOOSE_INCLUDE'
|
path: './build/MOOSE_INCLUDE'
|
||||||
|
|||||||
Reference in New Issue
Block a user