Skip to content

Commit

Permalink
build fix WIP(7)
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Apr 3, 2024
1 parent 9e3c94c commit c018067
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ jobs:
wget https://download.01.org/intel-sgx/sgx-linux/2.20/distro/ubuntu20.04-server/"$SDK_BIN"
chmod +x "$SDK_BIN"
echo yes | ./"$SDK_BIN"
- name: Install Quote library SDK
run: |
sudo apt update
sudo apt install -y libsgx-dcap-ql libsgx-dcap-quote-verify libsgx-dcap-default-qpl libsgx-urts
- name: Download LocalSecret
uses: actions/download-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions go-cosmwasm/api/link_std.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !secretcli && linux && !muslc && !darwin && !test
// +build !secretcli,linux,!muslc,!darwin,!test
//go:build !secretcli && linux && !muslc && !darwin
// +build !secretcli,linux,!muslc,!darwin

package api

Expand Down
7 changes: 0 additions & 7 deletions go-cosmwasm/api/link_tests.go

This file was deleted.

0 comments on commit c018067

Please sign in to comment.