Skip to content

Commit

Permalink
Merge pull request #60 from Jupeyy/pr_posix
Browse files Browse the repository at this point in the history
Use posix shell
  • Loading branch information
def- authored Sep 17, 2024
2 parents 2c852cd + e7aaea4 commit a0eb85d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
mv UHD artifacts
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ddnet-uhd
path: build/artifacts
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash --posix

error_code=0

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_single.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash --posix

error_code=0

Expand Down
2 changes: 1 addition & 1 deletion scripts/check_svg_meta.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash --posix

num_errors=0
num_warnings=0
Expand Down

0 comments on commit a0eb85d

Please sign in to comment.