Skip to content

Commit fe24e69

Browse files
committed
将 apt 改为 apt-get
1 parent 1c9820a commit fe24e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Setup deps
16-
run: sudo apt upgrade && sudo apt install build-essential cmake xmake && xmake update
16+
run: sudo apt-get update && sudo apt-get install build-essential cmake xmake && xmake update && source ~/.bashrc
1717

1818
- name: CMake config
1919
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DEMDEVIF_TEST_FRAMEWORK_ENABLE_TEST=ON -DEMDEVIF_TEST_FRAMEWORK_TEST_NAME="integration_test" --debug-output

0 commit comments

Comments
 (0)