Skip to content

Commit

Permalink
checkout v2
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Nov 19, 2023
1 parent a53268c commit 07cbe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: apt-get
run: apt-get update && apt-get install apt-transport-https curl lsb-release wget gnupg2 software-properties-common debconf-utils cmake build-essential libc6 -y

- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)

Expand Down

0 comments on commit 07cbe3a

Please sign in to comment.