This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/datasketches-bigquery.git


The following commit(s) were added to refs/heads/1.0.x by this push:
     new b90e6b5  Include wget in the build process
b90e6b5 is described below

commit b90e6b557f2e132031f2ffcd562b5655130b5c99
Author: Daniel De Leo <[email protected]>
AuthorDate: Mon Jan 6 17:48:17 2025 -0500

    Include wget in the build process
---
 cloudbuild.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cloudbuild.yaml b/cloudbuild.yaml
index e7df945..e0d8203 100644
--- a/cloudbuild.yaml
+++ b/cloudbuild.yaml
@@ -8,6 +8,7 @@ steps:
   args:
     - '-c'
     - |
+      apt-get install -y wget
       git clone https://github.com/emscripten-core/emsdk.git
       cd emsdk
       ./emsdk install latest


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to