mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 14:27:14 +00:00
Improved server performance
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -67,11 +67,11 @@ jobs:
|
|||||||
args: cargo build --target ${{ matrix.build_target }} --release
|
args: cargo build --target ${{ matrix.build_target }} --release
|
||||||
|
|
||||||
- name: Build MacOS
|
- name: Build MacOS
|
||||||
if: matrix.os != 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
run: cargo build --target ${{ matrix.build_target }} --release
|
run: cargo build --target ${{ matrix.build_target }} --release
|
||||||
|
|
||||||
- name: Build Windows
|
- name: Build Windows
|
||||||
if: matrix.os != 'ubuntu-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: cargo build --target ${{ matrix.build_target }} --release
|
run: cargo build --target ${{ matrix.build_target }} --release
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
Reference in New Issue
Block a user