Skip to content

Commit

Permalink
Resolve here-document issue in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwiy9 committed Sep 18, 2023
1 parent aadb9cc commit 3adbb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runCmd: |
# Function to Overwrite ABC317 Problem A Solution in Rust
overwrite_abc317_a_solution() {
cat > "$1" <<EOF
cat > "$1" <<-EOF
use proconio::input;
use superslice::*;
fn main() {
Expand Down

0 comments on commit 3adbb65

Please sign in to comment.