Skip to content

Commit

Permalink
fix ci suite (#2096)
Browse files Browse the repository at this point in the history
run apt update before install

Co-authored-by: casswedson <[email protected]>
  • Loading branch information
casswedson and casswedson authored Aug 7, 2023
1 parent cd95920 commit 84ec0e8
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ASCII_Overmap_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Altica_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Chibi_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/HitButton_iso_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Larwick_Overmap_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MD_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Neodays_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Retrodays_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SurveyorsMap_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Ultica-iso_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Ultica_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/blb_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hm_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/isomsx_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msx_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# re-installing libvips; caching it won't set it up the way we need it
# still cache it because we'll make it work somehow
- run: sudo apt-get install libvips42
- run: sudo apt-get update; sudo apt-get install libvips42
- run: pip3 install pyvips

- name: Checkout Code
Expand Down

0 comments on commit 84ec0e8

Please sign in to comment.