mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-12 04:47:30 +00:00
.gitea: update 2
This commit is contained in:
parent
8e647c8d15
commit
fbea30dca6
1 changed files with 10 additions and 18 deletions
|
|
@ -6,23 +6,6 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
azure-cleanup:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Set up Go
|
|
||||||
uses: actions/setup-go@v5
|
|
||||||
with:
|
|
||||||
go-version: 1.24
|
|
||||||
cache: false
|
|
||||||
|
|
||||||
- name: Run cleanup script
|
|
||||||
env:
|
|
||||||
AZURE_BLOBSTORE_TOKEN: ${{ secrets.AZURE_BLOBSTORE_TOKEN }}
|
|
||||||
run: |
|
|
||||||
go run build/ci.go purge -store gethstore/builds -days 14
|
|
||||||
|
|
||||||
ppa:
|
ppa:
|
||||||
name: PPA Upload (master)
|
name: PPA Upload (master)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -35,7 +18,16 @@ jobs:
|
||||||
go-version: 1.24
|
go-version: 1.24
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Install deb toolchain
|
- name: Show package repo list
|
||||||
|
run: |
|
||||||
|
cat /etc/apt/sources.list
|
||||||
|
ls -l /etc/apt/sources.list.d
|
||||||
|
|
||||||
|
- name: Add repository
|
||||||
|
run: |
|
||||||
|
add-apt-repository -s "deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -sc) main restricted"
|
||||||
|
|
||||||
|
- name: Install debian package toolchain
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -yq --no-install-suggests --no-install-recommends install devscripts debhelper dput fakeroot
|
apt-get -yq --no-install-suggests --no-install-recommends install devscripts debhelper dput fakeroot
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue