Skip to content

Commit c9419bf

Browse files
committed
[#91687] CI: Install gcc-x86-64-linux-gnu
1 parent 7962b26 commit c9419bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ installation-test:
2020
script:
2121
- PATH="/root/.local/bin:$PATH"
2222
- apt -y update
23-
- apt -y install python3 python3-venv python3-dev build-essential git
23+
- apt -y install python3 python3-venv python3-dev build-essential gcc-x86-64-linux-gnu git
2424
- python3 -m venv ./venv
2525
- source ./venv/bin/activate
2626
- pip install .
@@ -63,7 +63,7 @@ api-test:
6363
script:
6464
- PATH="/root/.local/bin:$PATH"
6565
- apt -y update
66-
- apt -y install python3 python3-venv python3-dev build-essential git curl jq
66+
- apt -y install python3 python3-venv python3-dev build-essential gcc-x86-64-linux-gnu git curl jq
6767
- python3 -m venv ./venv
6868
- source ./venv/bin/activate
6969
- pip install .

0 commit comments

Comments
 (0)