[PR #2029] [MERGED] Fix Android build #3304

Closed
opened 2025-11-26 23:30:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2029
Author: @michalchecinski
Created: 8/4/2022
Status: Merged
Merged: 8/4/2022
Merged by: @michalchecinski

Base: masterHead: fix-android-build


📝 Commits (1)

  • 4baf187 Change worker to win-2022 for VS2022

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 .github/workflows/build.yml (+2 -2)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Fix Android sign job during build.

Code changes

  • .github/workflows/build.yml: Update worker to windows server 2022 which contains VS 2022.

Screenshots

Before you submit

  • I have checked for formatting errors (dotnet tool run dotnet-format --check) (required)
  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/2029 **Author:** [@michalchecinski](https://github.com/michalchecinski) **Created:** 8/4/2022 **Status:** ✅ Merged **Merged:** 8/4/2022 **Merged by:** [@michalchecinski](https://github.com/michalchecinski) **Base:** `master` ← **Head:** `fix-android-build` --- ### 📝 Commits (1) - [`4baf187`](https://github.com/bitwarden/android/commit/4baf187d45a3d8e05793272ccc98c0840bf1581e) Change worker to win-2022 for VS2022 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+2 -2) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [x] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Fix Android sign job during build. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **.github/workflows/build.yml:** Update worker to windows server 2022 which contains VS 2022. ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## Before you submit - [ ] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required) - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [ ] This change has particular **deployment requirements** (notify the DevOps team) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:30:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3304