Skip to content

Commit

Permalink
Is make there?
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Apr 19, 2024
1 parent dd93778 commit d750328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup make and secrets for Windows
- name: Setup make
if: matrix.os == 'windows-latest'
shell: bash
run: |
cp sample.env .env
./build/scripts/check-secrets.sh yes
echo "Not sure if make will be available or not"
make help
- name: init secrets
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit d750328

Please sign in to comment.