Skip to content

Commit

Permalink
Merge pull request #325 from Gampyg28/d_GithubCI-Fix
Browse files Browse the repository at this point in the history
Added Package Repository Update event to resolve errors.
  • Loading branch information
antuspcm committed May 31, 2023
2 parents bd05a3d + c9960dd commit ded2676
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CheckBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout Code
uses: actions/[email protected]

- name: Update Package Repository
run: sudo apt-get update

- name: Install GNU m68k Compiler and Make tool
run: sudo apt-get install -y gcc-m68k-linux-gnu make

Expand Down

0 comments on commit ded2676

Please sign in to comment.