Skip to content

Commit

Permalink
Merge pull request #517 from lamarios/lamarios-patch-12
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
lamarios authored Apr 7, 2024
2 parents 5d04987 + 284877c commit 36f8091
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
# FLUTTER_VERSION: "2.5.3"
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.11
Expand Down

0 comments on commit 36f8091

Please sign in to comment.