We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下記コードは cd .. でcloneしたリポジトリのディレクトリの1つ上に移動して、ビルドしている
cd ..
コードから、やっていることとその目的がわかりづらい
spirit/.github/workflows/build.yml
Lines 66 to 68 in a5e80ef
下記ページを参考に、移動を cd .. ではなく cd ${GITHUB_WORKSPACE} とする
cd ${GITHUB_WORKSPACE}
The text was updated successfully, but these errors were encountered:
chore: ビルドディレクトリへの移動するコマンドを変更 #259
0691868
chore: main.cppの位置とspiritディレクトリの位置を別にする #259
156dd32
fix: mbed-cliでmain.cppのコピーのパスが間違っている問題を修正 #259
7dbc044
chore: ビルドディレクトリへの移動するコマンドを変更 #259 (#260)
ff1d5f5
* chore: ビルドディレクトリへの移動するコマンドを変更 #259 * chore: main.cppの位置とspiritディレクトリの位置を別にする #259 * fix: mbed-cliでmain.cppのコピーのパスが間違っている問題を修正 #259
yutotnh
Successfully merging a pull request may close this issue.
なぜ機能が欲しいのか
下記コードは
cd ..
でcloneしたリポジトリのディレクトリの1つ上に移動して、ビルドしているコードから、やっていることとその目的がわかりづらい
spirit/.github/workflows/build.yml
Lines 66 to 68 in a5e80ef
提案の説明
下記ページを参考に、移動を
cd ..
ではなくcd ${GITHUB_WORKSPACE}
とするその他
The text was updated successfully, but these errors were encountered: