Skip to content

Commit 8fdf529

Browse files
committed
test ci
1 parent c5cf087 commit 8fdf529

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/m2-ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v2
1717

18+
- name: Install build essentials
19+
run: |
20+
sudo apt-get update
21+
sudo apt-get install -y build-essential lld libpq-dev unzip
22+
sudo apt install -y pkg-config libusb-1.0-0-dev libftdi1-dev
23+
sudo apt-get install libudev-dev libdw1 libdw-dev
24+
1825
- name: Setup SSH
1926
run: |
2027
mkdir -p ~/.ssh

0 commit comments

Comments
 (0)