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

mssun pushed a commit to branch github-action
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git


The following commit(s) were added to refs/heads/github-action by this push:
     new 283609f  Use Github Actions
283609f is described below

commit 283609f5ec75302c7ad8473338ad11b153a0530f
Author: Mingshen Sun <[email protected]>
AuthorDate: Mon Jun 28 11:35:20 2021 -0700

    Use Github Actions
---
 .github/workflows/ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 59c4dac..a3d5f11 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,8 +9,9 @@ jobs:
     runs-on: ubuntu-18.04
     container: teaclave/teaclave-trustzone-sdk-build:0.1.1
     steps:
-      - uses: actions/checkout@v2
-      - name: Setting up repository
+      - name: Checkout repository
+        uses: actions/checkout@v2
+      - name: Checkout submodules
         run: |
           git submodule update --depth 1 --init &&
           (cd rust/compiler-builtins && git submodule update --depth 1 --init 
libm) &&

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

Reply via email to