mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
update all actions
-updated all actions that were causing issues -changed macos to 13 instead of latest until file issue is sorted
This commit is contained in:
parent
4e88c4c050
commit
673f983404
8 changed files with 20 additions and 48 deletions
4
.github/workflows/build-linux-gcc.yml
vendored
4
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -14,7 +14,6 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
jobs:
|
||||
build-linux:
|
||||
if: github.repository == 'TorqueGameEngines/Torque3D'
|
||||
name: ${{matrix.config.name}}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
|
@ -65,7 +64,7 @@ jobs:
|
|||
|
||||
|
||||
- name: Configure, Build & Install
|
||||
uses: threeal/cmake-action@v1.2.0
|
||||
uses: threeal/cmake-action@v1.3.0
|
||||
with:
|
||||
source-dir: ${{github.workspace}}
|
||||
build-dir: ${{github.workspace}}/build
|
||||
|
|
@ -85,3 +84,4 @@ jobs:
|
|||
uses: ./.github/actions/upload-artifact
|
||||
with:
|
||||
name: torque3dLinuxGCCUnitTest
|
||||
path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue