|
43 | 43 | - name: Add static library replacements |
44 | 44 | run: | |
45 | 45 | go mod edit -replace github.com/gordonklaus/portaudio=github.com/KarpelesLab/static-portaudio@v0.6.190600 |
46 | | - go mod edit -replace github.com/hraban/opus=github.com/KarpelesLab/static-opus@v0.5.131 |
| 46 | + go mod edit -replace github.com/hraban/opus=github.com/KarpelesLab/static-opus@v0.5.152 |
47 | 47 | go get . |
48 | 48 |
|
49 | 49 | - name: Run tests |
|
81 | 81 | - name: Add static library replacements |
82 | 82 | run: | |
83 | 83 | go mod edit -replace github.com/gordonklaus/portaudio=github.com/KarpelesLab/static-portaudio@v0.6.190600 |
84 | | - go mod edit -replace github.com/hraban/opus=github.com/KarpelesLab/static-opus@v0.5.131 |
| 84 | + go mod edit -replace github.com/hraban/opus=github.com/KarpelesLab/static-opus@v0.5.152 |
85 | 85 | go get . |
86 | 86 |
|
87 | 87 | - name: Build |
@@ -118,7 +118,7 @@ jobs: |
118 | 118 | - name: Add static library replacements |
119 | 119 | run: | |
120 | 120 | go mod edit -replace github.com/gordonklaus/portaudio=github.com/KarpelesLab/static-portaudio@v0.6.190600 |
121 | | - go mod edit -replace github.com/hraban/opus=github.com/KarpelesLab/static-opus@v0.5.131 |
| 121 | + go mod edit -replace github.com/hraban/opus=github.com/KarpelesLab/static-opus@v0.5.152 |
122 | 122 | go get . |
123 | 123 |
|
124 | 124 | - name: Build |
@@ -148,7 +148,7 @@ jobs: |
148 | 148 | - name: Add static library replacements |
149 | 149 | run: | |
150 | 150 | go mod edit -replace github.com/gordonklaus/portaudio=github.com/KarpelesLab/static-portaudio@v0.6.190600 |
151 | | - go mod edit -replace github.com/hraban/opus=github.com/KarpelesLab/static-opus@v0.5.131 |
| 151 | + go mod edit -replace github.com/hraban/opus=github.com/KarpelesLab/static-opus@v0.5.152 |
152 | 152 | go get . |
153 | 153 |
|
154 | 154 | - name: Build |
@@ -177,7 +177,7 @@ jobs: |
177 | 177 | - name: Add static library replacements |
178 | 178 | run: | |
179 | 179 | go mod edit -replace github.com/gordonklaus/portaudio=github.com/KarpelesLab/static-portaudio@v0.6.190600 |
180 | | - go mod edit -replace github.com/hraban/opus=github.com/KarpelesLab/static-opus@v0.5.131 |
| 180 | + go mod edit -replace github.com/hraban/opus=github.com/KarpelesLab/static-opus@v0.5.152 |
181 | 181 | go get . |
182 | 182 |
|
183 | 183 | - name: Build ARM64 |
|
0 commit comments