tangled
alpha
login
or
join now
regnault.dev
/
webfishing-macos-installer
0
fork
atom
A native webfishing installer for macos
0
fork
atom
overview
issues
pulls
pipelines
Create rust.yml
authored by
regnault.dev
and committed by
GitHub
1 year ago
0f9e96f9
3c78a28b
+19
1 changed file
expand all
collapse all
unified
split
.github
workflows
rust.yml
+19
.github/workflows/rust.yml
···
1
1
+
name: Rust
2
2
+
3
3
+
on:
4
4
+
push:
5
5
+
branches: [ "master" ]
6
6
+
pull_request:
7
7
+
branches: [ "master" ]
8
8
+
9
9
+
env:
10
10
+
CARGO_TERM_COLOR: always
11
11
+
12
12
+
jobs:
13
13
+
build:
14
14
+
15
15
+
runs-on: macos-latest
16
16
+
steps:
17
17
+
- uses: actions/checkout@v4
18
18
+
- name: Build
19
19
+
run: cargo build --verbose