diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 0da11f7..b9eadbf 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -15,4 +15,4 @@ jobs: - uses: actions/checkout@v3 - name: Install dependencies - run: cd ../../ && make + run: cd ../../minishell/ && make