diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2022-01-03 11:35:41 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-01-03 11:35:41 +0100 |
| commit | f4cd4fc51955874f7e7ac13636b63ecfa8f9eaf3 (patch) | |
| tree | c0c88034e426f4fc021c6619ae4402af30f29bb7 /.github/workflows | |
| parent | 3cfafa55cde7769cb05846103362ea36289d327e (diff) | |
| parent | 0b1be80393d9ef62c4e88b977462fbb242e5dd94 (diff) | |
| download | mullvadvpn-f4cd4fc51955874f7e7ac13636b63ecfa8f9eaf3.tar.xz mullvadvpn-f4cd4fc51955874f7e7ac13636b63ecfa8f9eaf3.zip | |
Merge branch 'build.sh-support-rust-debug-builds'
Diffstat (limited to '.github/workflows')
| -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: |
