Skip to content

Commit

Permalink
chore(ci): try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon committed Jul 15, 2024
1 parent c6b942f commit 28a9cec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install zip
run: |
sed -i s/deb.debian.org/archive.debian.org/g /etc/apt/sources.list
sed -i s/security.debian.org/archive.debian.org/g /etc/apt/sources.list
sed -i '/stretch-updates/d' /etc/apt/sources.list
apt-get update && apt-get install -y zip
run: apt-get update && apt-get install -y zip
- name: build
run: |
yarn
Expand Down

0 comments on commit 28a9cec

Please sign in to comment.