Skip to content

Commit

Permalink
workflow: add safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
LizzyFleckenstein03 committed Aug 4, 2024
1 parent ee12c66 commit 2a06366
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
container: debian:sid
steps:
- name: Checkout repository and submodules
- name: Checkout repository
uses: actions/checkout@v4
- name: Install deps
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
run: |
apt-get update
apt-get install -y git build-essential cmake meson lua5.4 xorg-dev libgl1-mesa-dev libxkbcommon-dev mingw-w64 curl zip
- name: Checkout repository and submodules
- name: Checkout repository
uses: actions/checkout@v4
- name: Add safe directory
run: git config --global --add safe.directory $PWD
- name: Build linux snapshot
run: |
./tools/snapshot.sh
Expand Down

0 comments on commit 2a06366

Please sign in to comment.