Skip to content

Commit 4c1a838

Browse files
authored
fix: replace old yum command with apt in integration-test.yml (#4007)
1 parent 7677b90 commit 4c1a838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
make install SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
4242
- name: install openmldb
4343
run: |
44-
yum install -y rsync
44+
apt install -y rsync
4545
bash test/integration-test/openmldb-test-python/install.sh
4646
- name: run test
4747
run: |

0 commit comments

Comments
 (0)