Skip to content

Fix build on aarch64 #11

Fix build on aarch64

Fix build on aarch64 #11

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --release
- uses: actions/upload-artifact@v3
with:
name: vulkan-helper
path: target/release/vulkan-helper