Skip to content

Commit a2419d1

Browse files
committed
Fix CI build tools install (build-essential)
1 parent 7b601e8 commit a2419d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install build tools
1818
run: |
1919
sudo apt-get update
20-
sudo apt-get install -y build essential
20+
sudo apt-get install -y build-essential
2121
2222
- name: Make sure test scripts are executable
2323
run: |

0 commit comments

Comments
 (0)