diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 72ac99f19..d728a1b53 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -32,4 +32,5 @@ jobs: # Build your program with the given configuration run: cd ${{github.workspace}}/port/linux && bash test.sh - + - name: PACKAGE_MANAGER + run: cd ${{github.workspace}}/tools/pikaPackageManager && go build