Skip to content

Commit

Permalink
workflow: fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
LizzyFleckenstein03 committed Aug 4, 2024
1 parent 2a06366 commit dab7c4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ jobs:
runs-on: ubuntu-latest
container: debian:sid
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install deps
run: |
apt-get update
apt-get install -y git build-essential meson cmake lua5.4 xorg-dev libgl1-mesa-dev libxkbcommon-dev
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: |
meson setup build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
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
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Add safe directory
run: git config --global --add safe.directory $PWD
- name: Build linux snapshot
Expand Down

0 comments on commit dab7c4e

Please sign in to comment.