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" ] '
|
||||
|
||||
#language=json
|
||||
os: '[ "Windows", "Linux" ]'
|
||||
os: '[ "Linux" ]'
|
||||
# os: '[ "Windows", "Linux" ]'
|
||||
|
||||
#language=json
|
||||
bitness: '[ 32, 64 ]'
|
||||
|
||||
9
.github/workflows/kb-build.yml
vendored
9
.github/workflows/kb-build.yml
vendored
@@ -78,20 +78,21 @@ jobs:
|
||||
|
||||
# Container
|
||||
- os: Linux
|
||||
container: ghcr.io/acidicoala/koalabox:master@sha256:6c71a8064ea02c6f20f2c456293af1947e6f78b784154c0b11cba10263b4501d
|
||||
container: ghcr.io/acidicoala/koalabox:master@sha256:7b2c80f23a1f5e777234a625db2ca1cc472d6fbccbf8e8da42f77052f2dcced1
|
||||
|
||||
env:
|
||||
BUILD_DIR: ${{ github.workspace }}/build
|
||||
|
||||
steps:
|
||||
# Fix dubious ownership errors
|
||||
- name: '✔️ Mark GitHub workspace as safe'
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: '🛠️ Check compiler versions'
|
||||
if: ${{ matrix.os == 'Linux' }}
|
||||
run: |
|
||||
clang++ --version
|
||||
g++ --version
|
||||
|
||||
ls -la .
|
||||
ls -la /__w/SmokeAPI/
|
||||
|
||||
- name: '📥 Check out repository code'
|
||||
uses: actions/checkout@v5
|
||||
|
||||
2
KoalaBox
2
KoalaBox
Submodule KoalaBox updated: d7ce7daa14...bceac19723
Reference in New Issue
Block a user