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 5dc31d7 commit a6c7362
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
container: node:14.15
container: node:16.20
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 a6c7362

Please sign in to comment.