Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChugunovRoman committed Nov 12, 2023
1 parent 2fb6bd7 commit 4ca21af
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,12 @@ jobs:
- name: Prepare artifacts
run: |
sudo apt update
sudo apt install libarchive-dev libarchive-tools
sudo apt install libarchive-dev libarchive-tools pacman
ls -la .
LATEST_VERSION=$(cd ./repo; git tag --sort=version:refname | tail -n1 | tr -d 'v' | tr -d '\n')
echo "LATEST_VERSION: $LATEST_VERSION"
wget "https://github.com/Figma-Linux/figma-linux/releases/download/v${LATEST_VERSION}/figma-linux_${LATEST_VERSION}_linux_amd64.zip"
wget "https://github.com/Figma-Linux/figma-linux/releases/download/v${LATEST_VERSION}/figma-linux_${LATEST_VERSION}_linux_arm64.zip"
ls -la .
git clone https://aur.archlinux.org/pacman-git.git
cd pacman-git
./autogen.sh
./configure --disable-doc
make
sudo make install
wget -q "https://github.com/Figma-Linux/figma-linux/releases/download/v${LATEST_VERSION}/figma-linux_${LATEST_VERSION}_linux_amd64.zip"
wget -q "https://github.com/Figma-Linux/figma-linux/releases/download/v${LATEST_VERSION}/figma-linux_${LATEST_VERSION}_linux_arm64.zip"
ls -la .
whereis pacman
whereis makepkg
Expand Down

0 comments on commit 4ca21af

Please sign in to comment.