|
@@ -17,6 +17,9 @@ jobs:
|
|
with:
|
|
with:
|
|
go-version: ${{ matrix.go-version }}
|
|
go-version: ${{ matrix.go-version }}
|
|
|
|
|
|
|
|
+ - name: Install libolm
|
|
|
|
+ run: sudo apt-get install libolm-dev libolm3
|
|
|
|
+
|
|
- name: Install goimports
|
|
- name: Install goimports
|
|
run: |
|
|
run: |
|
|
go install golang.org/x/tools/cmd/goimports@latest
|
|
go install golang.org/x/tools/cmd/goimports@latest
|