mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #465 from LibreQoE/revert-464-revert-463-rchac-patch-1
Revert "Revert "Update rust.yml""
This commit is contained in:
commit
7129f8ca25
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -7,7 +7,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user