We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9820a commit fe24e69Copy full SHA for fe24e69
.github/workflows/build_and_test.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
15
- name: Setup deps
16
- run: sudo apt upgrade && sudo apt install build-essential cmake xmake && xmake update
+ run: sudo apt-get update && sudo apt-get install build-essential cmake xmake && xmake update && source ~/.bashrc
17
18
- name: CMake config
19
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