A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pspdev/pspdev/commit/6cf41c8ec06740b5e5b2091e173ca1b8638fbf64 below:

Merge pull request #113 from pspdev/add-debian-build · pspdev/pspdev@6cf41c8 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+11

-3

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+11

-3

lines changed Original file line number Diff line number Diff line change

@@ -94,7 +94,10 @@ jobs:

94 94

container: ${{ matrix.container[0] }}:${{ matrix.container[1] }}

95 95

strategy:

96 96

matrix:

97 -

container: [[fedora, latest]]

97 +

container: [

98 +

[fedora, latest],

99 +

[debian, latest]

100 +

]

98 101

fail-fast: false

99 102 100 103

steps:

@@ -103,10 +106,15 @@ jobs:

103 106

run: |

104 107

dnf -y install git

105 108 109 +

- name: Install git and sudo on Debian

110 +

if: ${{ matrix.container[0] == 'debian' }}

111 +

run: |

112 +

apt-get update

113 +

apt-get install -y git sudo

114 + 106 115

- uses: actions/checkout@v4

107 116 108 -

- name: Install dependencies Fedora

109 -

if: ${{ matrix.container[0] == 'fedora' }}

117 +

- name: Install dependencies

110 118

run: |

111 119

./prepare.sh

112 120

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4