From f8b1dc87001b332ce00e929646772cba415db04a Mon Sep 17 00:00:00 2001 From: qydysky Date: Wed, 1 Sep 2021 02:32:56 +0800 Subject: [PATCH] =?utf8?q?=E6=9B=B4=E6=96=B0golang=E6=B5=8B=E8=AF=95?= =?utf8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7587798..2eff5c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.16' ] + go: [ '1.15', '1.16', '1.17' ] steps: - name: Set up Go${{ matrix.go }} uses: actions/setup-go@v2 @@ -24,6 +24,7 @@ jobs: - name: Build run: | + sudo apt-get update sudo apt-get install libgtk-3-dev libcairo2-dev libglib2.0-dev cd demo go build -v -buildmode=exe -tags 'gtk gtk_3_24' -o demo.run -i main.go -- 2.39.2