We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8898955 commit 1650acbCopy full SHA for 1650acb
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
path: ./build/src/Release/axslcc.exe
22
name: axslcc-win64
23
linux:
24
- runs-on: ubuntu-latest
+ runs-on: debian-11 # self-hosted on org simdsoft, @halx99 personal machine
25
steps:
26
- uses: actions/checkout@v6
27
- name: build
@@ -72,4 +72,4 @@ jobs:
72
uses: actions/upload-artifact@v5
73
with:
74
path: ./build/src/axslcc
75
- name: axslcc-osx-x64
+ name: axslcc-osx-x64
.github/workflows/dist.yml
@@ -85,4 +85,4 @@ jobs:
85
./pkg_dir/*
86
env:
87
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
- GITHUB_REPOSITORY: axmolengine/axslcc
+ GITHUB_REPOSITORY: simdsoft/axslcc
0 commit comments