Skip to content

Commit

Permalink
build(ci): add libatomic1 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews authored and ewanharris committed Oct 19, 2021
1 parent e186ae1 commit 59db7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get update -y -qq
sudo apt-get install -y -qq gperf libc6:i386 libncurses5:i386 libstdc++6:i386
sudo apt-get install -y -qq gperf libatomic1:i386 libc6:i386 libncurses5:i386 libstdc++6:i386
- name: Use Node.js 12.x
uses: actions/setup-node@v1
Expand Down

0 comments on commit 59db7bf

Please sign in to comment.