File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 23
23
using : " composite"
24
24
steps :
25
25
- name : Install tools
26
- uses : Roblox/setup-foreman@v1
26
+ uses : Roblox/setup-foreman@v3
27
27
with :
28
28
token : ${{ inputs.token }}
29
+ allow-external-github-orgs : true
29
30
30
31
- name : Install dependencies (Linux)
31
32
if : runner.os == 'Linux'
Original file line number Diff line number Diff line change 39
39
- uses : actions/checkout@v4
40
40
41
41
- name : Install tools
42
- uses : Roblox/setup-foreman@v1
42
+ uses : Roblox/setup-foreman@v3
43
43
with :
44
44
token : ${{ secrets.GITHUB_TOKEN }}
45
+ allow-external-github-orgs : true
45
46
46
47
- name : Run StyLua
47
48
run : stylua --check .
Original file line number Diff line number Diff line change 59
59
- os : ubuntu-latest
60
60
artifact_name : lute-linux-x86_64
61
61
options : --c-compiler clang --cxx-compiler clang++
62
- # TODO: Re-enable once foreman works on linux arm64
63
- # - os: ubuntu-24.04-arm
64
- # artifact_name: lute-linux-aarch64
65
- # options: --c-compiler clang --cxx-compiler clang++
62
+ - os : ubuntu-24.04-arm
63
+ artifact_name : lute-linux-aarch64
64
+ options : --c-compiler clang --cxx-compiler clang++
66
65
- os : macos-latest
67
66
artifact_name : lute-macos-aarch64
68
67
- os : windows-latest
You can’t perform that action at this time.
0 commit comments