From 1793d02459ffc497a888485bdda084186073e340 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Wed, 22 Apr 2020 00:11:09 -0700 Subject: [PATCH] github actions --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 1f4f7f97..a8690093 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -143,7 +143,7 @@ jobs: env: COVERALLS: ${{ secrets.COVERALLS }} - postman-tests: + test-postman: needs: compile runs-on: ubuntu-latest steps: @@ -238,7 +238,7 @@ jobs: - uses: actions/checkout@v2 - name: Install Libraries - run: sudo apt install libstdc++ gcc g++ libc-dev + run: sudo apt install libc-dev gcc -y - name: Setting ENV's run: |