Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 committed Oct 20, 2023
1 parent 027c670 commit fc230bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git pull
- run: |
bash ./scripts/apply_version.sh
- run: |
Expand All @@ -28,6 +29,7 @@ jobs:
working-directory: android-app
steps:
- uses: actions/checkout@v3
- run: git pull
- uses: actions/setup-java@v3
with:
java-version: "17"
Expand Down Expand Up @@ -70,6 +72,7 @@ jobs:
VCPKG_DEFAULT_TRIPLET: x64-windows-static-md
steps:
- uses: actions/checkout@v3
- run: git pull
- uses: microsoft/setup-msbuild@v1
- uses: lukka/run-vcpkg@v11
with:
Expand Down Expand Up @@ -106,12 +109,11 @@ jobs:
defaults:
run:
working-directory: server-core
outputs:
hash: ${{ steps.get_hash.outputs.hash }}
env:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.vcpkg_triplet }}
steps:
- uses: actions/checkout@v3
- run: git pull
- name: Install Linux Deps
run: sudo apt install libpipewire-0.3-dev
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down Expand Up @@ -144,6 +146,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v3
- run: git pull
- run: chmod +x ./scripts/get_version.sh
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit fc230bb

Please sign in to comment.