Skip to content

Commit d075d3b

Browse files
committed
Use openSUSE container for site build
1 parent c48a25d commit d075d3b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: fedora:latest
12+
image: opensuse/tumbleweed:latest
1313

1414
steps:
1515
- uses: actions/checkout@v6
1616
- name: install dependencies
1717
run: |
18-
sudo dnf -y update
19-
sudo dnf install -y lowdown make sblg nodejs npm
18+
zypper refresh
19+
zypper --non-interactive update
20+
zypper --non-interactive install git lowdown make sblg nodejs npm
2021
- name: build css
2122
run: |
2223
npm install

0 commit comments

Comments
 (0)