diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9cc3f9ea9358c54965a57604568d16b6da0a309..100fad7942c7071994aa8e8823937b4ff2e04821 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Install dependencies run: | - brew install cmake wget gcc + brew install cmake wget gcc gnu-sed - uses: actions/checkout@v3 with: submodules: true @@ -64,7 +64,7 @@ jobs: path: ~/openfpm_dependencies/ key: dependencies-${{ github.ref }} - name: Build - run: ./build.sh $(pwd) unused pdata 0 ${{ github.ref }} + run: ./run.sh $(pwd) unused pdata 2 0 0 ${{ github.ref }} - name: Create bundle run: |