File tree Expand file tree Collapse file tree 2 files changed +2
-34
lines changed
etc/libm/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-34
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,19 @@ permissions:
5
5
contents : write
6
6
7
7
on :
8
- push :
9
- branches :
10
- - master
8
+ push : { branches: [master] }
11
9
12
10
jobs :
13
11
release-plz :
14
12
name : Release-plz
15
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-24.04
16
14
steps :
17
15
- name : Checkout repository
18
16
uses : actions/checkout@v4
19
17
with :
20
18
fetch-depth : 0
21
- submodules : true
22
19
- name : Install Rust (rustup)
23
20
run : rustup update nightly --no-self-update && rustup default nightly
24
- - name : Publish `libm` as part of builtins, rather than its own crate
25
- run : rm compiler-builtins/libm/Cargo.toml
26
21
- name : Run release-plz
27
22
uses : MarcoIeni/release-plz-action@v0.5
28
23
env :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments