We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1d705 commit fd12b89Copy full SHA for fd12b89
1 file changed
.github/workflows/release.yaml
@@ -50,10 +50,10 @@ jobs:
50
RUSTUP_HOME: /root/.rustup
51
CARGO_HOME: /root/.cargo
52
steps:
53
- - name: git install
+ - name: Install git
54
run: |
55
apt-get update
56
- apt-get install -y git curl ca-certificates
+ apt-get install -y ca-certificates curl git libatomic1
57
git config --global --add safe.directory '*'
58
- uses: actions/checkout@v6
59
with:
0 commit comments