Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandine authored Oct 23, 2022
1 parent 84cc84a commit 177d75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Dev Environment
run: |
apt update && apt install -y build-essential git
apt update && apt install -y build-essential git zip
git clone https://github.com/cc65/cc65.git && cd cc65 && make && make avail
- name: Analyze Project Metadata
Expand Down

0 comments on commit 177d75e

Please sign in to comment.