Skip to content

Commit

Permalink
Update FF_Linux.yml
Browse files Browse the repository at this point in the history
added `sudo apt update`
  • Loading branch information
YoYo178 committed Jun 12, 2024
1 parent b477138 commit 5e13654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/FF_Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2
- name: Configure dependencies
shell: bash
run: sudo apt install -y g++-9-multilib gcc-9-multilib
run: sudo apt update && sudo apt install -y g++-9-multilib gcc-9-multilib

- name: Create project
run: cd mp/src;devtools/bin/vpc /ff +game /mksln Game_FF
Expand All @@ -32,4 +32,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: FF_2013
path: Linux.tar.xz
path: Linux.tar.xz

0 comments on commit 5e13654

Please sign in to comment.