mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Fix CI
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -10,7 +10,8 @@ jobs:
|
|||||||
module: '[ "SmokeAPI" ] '
|
module: '[ "SmokeAPI" ] '
|
||||||
|
|
||||||
#language=json
|
#language=json
|
||||||
os: '[ "Windows", "Linux" ]'
|
os: '[ "Linux" ]'
|
||||||
|
# os: '[ "Windows", "Linux" ]'
|
||||||
|
|
||||||
#language=json
|
#language=json
|
||||||
bitness: '[ 32, 64 ]'
|
bitness: '[ 32, 64 ]'
|
||||||
|
|||||||
9
.github/workflows/kb-build.yml
vendored
9
.github/workflows/kb-build.yml
vendored
@@ -78,21 +78,22 @@ jobs:
|
|||||||
|
|
||||||
# Container
|
# Container
|
||||||
- os: Linux
|
- os: Linux
|
||||||
container: ghcr.io/acidicoala/koalabox:master@sha256:6c71a8064ea02c6f20f2c456293af1947e6f78b784154c0b11cba10263b4501d
|
container: ghcr.io/acidicoala/koalabox:master@sha256:7b2c80f23a1f5e777234a625db2ca1cc472d6fbccbf8e8da42f77052f2dcced1
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_DIR: ${{ github.workspace }}/build
|
BUILD_DIR: ${{ github.workspace }}/build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
# Fix dubious ownership errors
|
||||||
|
- name: '✔️ Mark GitHub workspace as safe'
|
||||||
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
- name: '🛠️ Check compiler versions'
|
- name: '🛠️ Check compiler versions'
|
||||||
if: ${{ matrix.os == 'Linux' }}
|
if: ${{ matrix.os == 'Linux' }}
|
||||||
run: |
|
run: |
|
||||||
clang++ --version
|
clang++ --version
|
||||||
g++ --version
|
g++ --version
|
||||||
|
|
||||||
ls -la .
|
|
||||||
ls -la /__w/SmokeAPI/
|
|
||||||
|
|
||||||
- name: '📥 Check out repository code'
|
- name: '📥 Check out repository code'
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
KoalaBox
2
KoalaBox
Submodule KoalaBox updated: d7ce7daa14...bceac19723
Reference in New Issue
Block a user