Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Install Glibc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CmdrNorthpaw authored Aug 7, 2021
1 parent 793d936 commit b4277e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- uses: actions/[email protected]


- name: Update Discord
env:
DISCORD_KEY: ${{ secrets.DISCORD_KEY }}
run: |
sudo apt install glibc
chmod +x ./discord-updater
./discord-updater ${{ github.repository }} ${{ github.sha }}

0 comments on commit b4277e6

Please sign in to comment.