Skip to content

Commit

Permalink
Update release yml deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sithumonline committed Apr 12, 2024
1 parent 3f7e7b0 commit c407441
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
make
cmake
mingw-w64-x86_64-gcc
mingw-w64-x86_64-glfw
- name: Checkout code
uses: actions/checkout@v2
- name: Set commit hash
Expand All @@ -51,7 +50,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Glfw3
run: |
brew install glfw cmake
brew install cmake
- name: Set commit hash
run: |
echo "SHA_SHORT=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
Expand All @@ -75,7 +74,7 @@ jobs:
- name: Install Glfw3
run: |
sudo apt-get update
sudo apt-get install libglfw3-dev
sudo apt-get install libegl1-mesa-dev libwayland-dev libxkbcommon-dev xorg-dev
- name: Set commit hash
run: |
echo "SHA_SHORT=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
Expand Down

0 comments on commit c407441

Please sign in to comment.