diff options
| author | Linus Färnstrand <faern@faern.net> | 2021-12-30 10:59:05 +0100 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2021-12-30 10:59:05 +0100 |
| commit | d4d31a46fc7ef570e78499c899366f9149bd0feb (patch) | |
| tree | 6bda084d0cb5787531054e2e5b34cc21ff8c25f1 /.github | |
| parent | ec76782ec5a3bab8c9036fb6b8b1239b548317c4 (diff) | |
| download | mullvadvpn-d4d31a46fc7ef570e78499c899366f9149bd0feb.tar.xz mullvadvpn-d4d31a46fc7ef570e78499c899366f9149bd0feb.zip | |
Make build-apk.sh use cargo run directly to get relay list etc
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/daemon.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 49c983c259..7c89429530 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -29,8 +29,6 @@ on: - integration-tests.sh - prepare-release.sh - rustfmt.toml - - update-api-address.sh - - update-relays.sh - version-metadata.sh # Build if requested manually from the Actions tab workflow_dispatch: |
