mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update rust.yml
This commit is contained in:
parent
edb22728a3
commit
d1ba05fd39
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -7,7 +7,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
runs-on: [self-hosted, ${{ matrix.os }}]
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user