Skip to content

Commit

Permalink
修改工作流异常问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiu001 committed Nov 11, 2024
1 parent 99a8824 commit 5cf481e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/script.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Run the compiled executable
run: |
# 对于 Linux/macOS 环境
ls ./
if [ "$RUNNER_OS" == "Linux" ]; then
./ss # 运行已编译的可执行文件
fi
Expand Down

0 comments on commit 5cf481e

Please sign in to comment.