Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
augustobecker authored Nov 9, 2023
1 parent 308edfa commit 5a6afd1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
working-directory: printf
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand All @@ -29,8 +29,11 @@ jobs:
compilation:
runs-on: ubuntu-latest
needs: norminette
defaults:
run:
working-directory: /
steps:
- name: Compiling with Makefile
run: |
pwd ;
make
working-directory: ../../ft_printf

0 comments on commit 5a6afd1

Please sign in to comment.