Skip to content

Commit

Permalink
ci: 使用 bash 和 powershell 都能接受的语法
Browse files Browse the repository at this point in the history
  • Loading branch information
microcai committed Oct 7, 2024
1 parent 26808a6 commit 88fb588
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:
pwd
cd ..
pwd
WORKDIR=`pwd`
echo "WORKDIR=${WORKDIR}" >> $GITHUB_ENV
echo "workdir=${WORKDIR}" >> $GITHUB_OUTPUT
echo "WORKDIR=$(pwd)" >> $GITHUB_ENV
echo "workdir=$(pwd)" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4
- name: Install ninja-build tool
Expand Down

0 comments on commit 88fb588

Please sign in to comment.