Skip to content

Commit

Permalink
fix ci suite
Browse files Browse the repository at this point in the history
run apt update before install
  • Loading branch information
casswedson committed Aug 6, 2023
1 parent bb1b3b5 commit 10552ce
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 10552ce

Please sign in to comment.