Skip to content

ci: add llvm to x64 build workflow #10

ci: add llvm to x64 build workflow

ci: add llvm to x64 build workflow #10

Workflow file for this run

name: build (x64)
on: [push]
jobs:
build-x64:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install prerequisites
run: |
rustup target add x86_64-pc-windows-gnu
sudo apt-get install gcc-mingw-w64 nasm llvm
- name: Build
run: make x64