Skip to content

Commit 62cbed0

Browse files
authored
v0.7.1 & reenable windows (#140)
1 parent 66e5750 commit 62cbed0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-rtc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
archs: x86_64
3232
- os: buildjet-4vcpu-ubuntu-2204-arm
3333
archs: aarch64
34-
#- os: windows-latest
35-
# archs: AMD64 # ignore windows arm64 for now
34+
- os: windows-latest
35+
archs: AMD64
3636
- os: macos-latest
3737
archs: x86_64 arm64
3838
defaults:

livekit-rtc/livekit/rtc/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.1.dev1"
1+
__version__ = "0.7.1"

0 commit comments

Comments
 (0)