Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
[C-914] Fix windows build (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson committed Sep 7, 2022
1 parent 965f9c0 commit 0806eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/src/jobs/@web-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ web-dist-mac-staging:
web-dist-win-staging:
working_directory: ~/audius-client
docker:
- image: electronuserland/builder:wine-mono
- image: electronuserland/builder:16-wine-mono-05.22
steps:
- web-distribute:
build-type: win-publish
Expand All @@ -388,7 +388,7 @@ web-dist-mac-production:
web-dist-win-production:
working_directory: ~/audius-client
docker:
- image: electronuserland/builder:wine-mono
- image: electronuserland/builder:16-wine-mono-05.22
steps:
- web-distribute:
build-type: win-publish-production
Expand Down

0 comments on commit 0806eed

Please sign in to comment.