Skip to content

Commit

Permalink
Update assembly-c.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro authored Oct 22, 2023
1 parent b900591 commit 4394429
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/assembly-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install 32-bit GCC libraries
run: sudo apt-get install gcc-multilib -y
- name: Run build script
run: ./build.sh
- name: Upload artifact
Expand Down

0 comments on commit 4394429

Please sign in to comment.