Skip to content

Commit

Permalink
ls dir
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 5, 2024
1 parent 5cf5821 commit 0aaaad1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
name: Linux
runs-on: ubuntu-latest
steps:
- name: Install LibC++
run: |
sudo apt-get update
sudo apt-get install clang
sudo apt-get install build-essential
sudo apt-get install libc++-dev
sudo apt-get install libc++abi-dev
#- name: Install LibC++
# run: |
# sudo apt-get update
# sudo apt-get install clang
# sudo apt-get install build-essential
# sudo apt-get install libc++-dev
# sudo apt-get install libc++abi-dev
- uses: actions/checkout@v2
- name: Run build script
run: |
Expand Down
1 change: 1 addition & 0 deletions linux64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

mkdir abc
cd abc
pwd
ls $WORKSPACE
ls $WORKSPACE/misc
ls $WORKSPACE/misc/cmakeconfig.h
Expand Down
1 change: 1 addition & 0 deletions osx64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

mkdir abc
cd abc
pwd
ls $WORKSPACE
ls $WORKSPACE/misc
ls $WORKSPACE/misc/cmakeconfig.h
Expand Down

0 comments on commit 0aaaad1

Please sign in to comment.