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
7129f8ca25
commit
86a1d3383e
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -7,10 +7,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- ${{ matrix.os }}
|
||||
|
||||
runs-on: [ self-hosted, "${{ matrix.os }}" ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user