Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-26 01:31:21 +02:00
parent 25021c14e2
commit f22dff432f
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Build:
runs-on: rust
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4