Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazy authored Mar 4, 2025
1 parent 9961c82 commit 4ad9f83
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: self-hosted # or `ubuntu-22.04`
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -33,4 +33,10 @@ jobs:
run: |
cargo build --release
cmake -S . -B build -DCMAKE_CXX_COMPILER=clang++-14 -DCMAKE_C_COMPILER=clang-14 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
cmake --build build -j 32
cmake --build build -j 1
- uses: actions/upload-artifact@v4
with:
path: |
build/*
name: 3fs-x86-64
compression-level: 9

0 comments on commit 4ad9f83

Please sign in to comment.