mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-16 00:08:58 +02:00
Fix CI Building For Windows, Android & Linux
This commit is contained in:
parent
b66ebe638b
commit
f2db4dd3a1
6 changed files with 427 additions and 124 deletions
6
.github/workflows/license-header.yml
vendored
6
.github/workflows/license-header.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue