Skip to content

Commit

Permalink
poj
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuet committed Sep 23, 2022
1 parent 20ca3bd commit acd748b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- uses: actions/checkout@v2
- run: |
chmod +x bin/hello
bin/hello
hello
old_path=$PATH
# bin_path=$(pwd)/bin
# echo $bin_path
Expand All @@ -34,7 +32,7 @@ jobs:
# echo $PATH
# hello
# pwd
# bin_path_bis="D:\a\workflow_testing\workflow_testing\bin"
bin_path_bis="D:\\a\\workflow_testing\\workflow_testing\\bin"
export PATH="${bin_path_bis}:$old_path"
echo $PATH
hello

0 comments on commit acd748b

Please sign in to comment.