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:
55 contents : write
66
77on :
8- push :
9- branches :
10- - master
8+ push : { branches: [master] }
119
1210jobs :
1311 release-plz :
1412 name : Release-plz
15- runs-on : ubuntu-latest
13+ runs-on : ubuntu-24.04
1614 steps :
1715 - name : Checkout repository
1816 uses : actions/checkout@v4
1917 with :
2018 fetch-depth : 0
21- submodules : true
2219 - name : Install Rust (rustup)
2320 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
2621 - name : Run release-plz
2722 uses : MarcoIeni/release-plz-action@v0.5
2823 env :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments