Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwgit-create authored Dec 20, 2023
1 parent 76a82ba commit 553350b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: checkout repo
uses: actions/checkout@main
- name: build code-generator
run: make code-generator

- name: Compile Code generator
run: ../code-generator


0 comments on commit 553350b

Please sign in to comment.