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
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup NASM
|
||||
uses: ilammy/setup-nasm@v1
|
||||
- name: Set up Clang
|
||||
uses: egor-tensin/setup-clang@v1
|
||||
with:
|
||||
version: latest
|
||||
platform: "x64"
|
||||
platform: x64
|
||||
- name: Setup NASM
|
||||
uses: ilammy/setup-nasm@v1
|
||||
- name: Setup Lua
|
||||
- uses: leafo/gh-actions-lua@v9
|
||||
- uses: leafo/gh-actions-luarocks@v4
|
||||
|
|
Loading…
Reference in New Issue