Skip to content

Commit fd12b89

Browse files
committed
Install libatomic1 for NodeJS
1 parent 1c1d705 commit fd12b89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
RUSTUP_HOME: /root/.rustup
5151
CARGO_HOME: /root/.cargo
5252
steps:
53-
- name: git install
53+
- name: Install git
5454
run: |
5555
apt-get update
56-
apt-get install -y git curl ca-certificates
56+
apt-get install -y ca-certificates curl git libatomic1
5757
git config --global --add safe.directory '*'
5858
- uses: actions/checkout@v6
5959
with:

0 commit comments

Comments
 (0)