Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw authored Jun 1, 2024
1 parent abd701c commit 6f63023
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
with:
release: '12.3.Rel1'
- name: install dependencies
run: sudo apt install gcc-multilib
run: |
sudo apt update
sudo apt install gcc-multilib
- name: checkout
uses: actions/checkout@v3
- name: build default
Expand Down

0 comments on commit 6f63023

Please sign in to comment.