diff options
| -rw-r--r-- | .github/workflows/build.yml | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7439d32e..7be0508c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,12 +36,6 @@ jobs:      steps:        - name: Checkout          uses: actions/checkout@v2 -      - name: Compile starter-project app -        run: emmake make -        working-directory: 'apps/starter-project' -      - name: Compile accelerometer-test app -        run: emmake make -        working-directory: 'apps/accelerometer-test'        - name: Compile movement          run: emmake make          working-directory: 'movement/make'  | 
