Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Commit d7fa944

Browse files
author
50U10FCA7
committed
Add ubuntu runner
1 parent 02c7c5d commit d7fa944

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.github/workflows/run.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
on: [push]
22

3-
name: MacOS build
3+
name: Build
44

55
jobs:
6-
check:
7-
name: Run
6+
run_linux:
7+
name: Run Ubuntu
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: actions-rs/toolchain@v1
12+
with:
13+
toolchain: stable
14+
override: true
15+
- uses: actions-rs/cargo@v1
16+
with:
17+
command: run
18+
19+
run_macos:
20+
name: Run MacOS
821
runs-on: macos-latest
922
steps:
1023
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)