Skip to content

Commit

Permalink
Checkout repo first
Browse files Browse the repository at this point in the history
  • Loading branch information
thexa4 committed Aug 2, 2023
1 parent 33e5ad5 commit a3f4fb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-sid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
container:
image: debian:sid
steps:
- uses: actions/checkout@v3
name: Check out repository
- name: Install repo
run: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --yes install wget && wget -O key.deb https://deb1.ws.maxmaton.nl/key.deb && DEBIAN_FRONTEND=noninteractive apt-get --yes install ./key.deb && echo "deb [signed-by=/usr/share/keyrings/maxmaton.gpg] http://deb.maxmaton.nl/debian sid main non-free" > /etc/apt/sources.list.d/maxmaton.list
- name: Install dependencies
run: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --yes install build-essential gem gem2deb
- name: Build gem
run: gem build media_types-serialization.gemspec && ls -hal
run: ls -hal && gem build media_types-serialization.gemspec && ls -hal
- name: Build deb
run: gem2deb media_types-serialization.gem

0 comments on commit a3f4fb9

Please sign in to comment.