Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
[#36] use correct debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed May 9, 2021
1 parent 36769c6 commit 3cb1008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
name: Install native dev tools
command: |
sudo apt-get update
sudo apt-get -y install gcc g++ zlib1g-dev musl-gcc
sudo apt-get -y install gcc g++ zlib1g-dev musl
- run:
name: Download GraalVM
command: |
Expand Down

0 comments on commit 3cb1008

Please sign in to comment.