mirror of https://github.com/flysand7/ciabatta.git
???
This commit is contained in:
parent
90aa340c37
commit
f8766a5f9d
|
@ -14,13 +14,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup NASM
|
|
||||||
uses: ilammy/setup-nasm@v1
|
|
||||||
- name: Set up Clang
|
- name: Set up Clang
|
||||||
uses: egor-tensin/setup-clang@v1
|
uses: egor-tensin/setup-clang@v1
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
platform: "x64"
|
platform: x64
|
||||||
|
- name: Setup NASM
|
||||||
|
uses: ilammy/setup-nasm@v1
|
||||||
- name: Setup Lua
|
- name: Setup Lua
|
||||||
- uses: leafo/gh-actions-lua@v9
|
- uses: leafo/gh-actions-lua@v9
|
||||||
- uses: leafo/gh-actions-luarocks@v4
|
- uses: leafo/gh-actions-luarocks@v4
|
||||||
|
|
Loading…
Reference in New Issue