Fix CI Building For Windows, Android & Linux

This commit is contained in:
swurl 2025-04-13 19:49:09 -04:00 committed by edendev
parent b66ebe638b
commit f2db4dd3a1
6 changed files with 427 additions and 124 deletions

View file

@ -7,16 +7,16 @@ on:
jobs:
license-header:
runs-on: linux
container:
image: opensauce04/lime3ds-build:latest
options: -u 1001
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch master branch
run: git fetch origin master:master
- name: Make script executable
run: chmod +x ./.ci/license-header.rb
- name: Check license headers
run: ./.ci/license-header.rb