Skip to content

Commit

Permalink
small updates and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LimesKey committed Jan 24, 2024
1 parent 25f8653 commit 8935f24
Show file tree
Hide file tree
Showing 6 changed files with 621 additions and 652 deletions.
72 changes: 36 additions & 36 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,45 +38,45 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

install:
runs-on: ubuntu-latest
# install:
# runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
# steps:
# - name: Checkout code
# uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.9.2
# - name: Install pnpm
# uses: pnpm/action-setup@v2
# with:
# version: 8.9.2

- name: Install dependencies
run: |
pnpm install
sudo apt update
# - name: Install dependencies
# run: |
# pnpm install
# sudo apt update

sudo apt install libwebkit2gtk-4.0-dev \
build-essential \
curl \
wget \
file \
libssl-dev \
libgtk-3-dev \
libayatana-appindicator3-dev \
librsvg2-dev
# sudo apt install libwebkit2gtk-4.0-dev \
# build-essential \
# curl \
# wget \
# file \
# libssl-dev \
# libgtk-3-dev \
# libayatana-appindicator3-dev \
# librsvg2-dev

- name: Load OpenCL
run: |
wget -qO - https://repositories.intel.com/graphics/intel-graphics.key |
sudo apt-key add -
sudo add-apt-repository \
'deb [arch=amd64] https://repositories.intel.com/graphics/ubuntu focal main'
sudo apt-get update
sudo apt-get install \
intel-opencl-icd \
intel-level-zero-gpu level-zero \
intel-media-va-driver-non-free libmfx1
sudo apt-get install ocl-icd-opencl-dev
# - name: Load OpenCL
# run: |
# wget -qO - https://repositories.intel.com/graphics/intel-graphics.key |
# sudo apt-key add -
# sudo add-apt-repository \
# 'deb [arch=amd64] https://repositories.intel.com/graphics/ubuntu focal main'
# sudo apt-get update
# sudo apt-get install \
# intel-opencl-icd \
# intel-level-zero-gpu level-zero \
# intel-media-va-driver-non-free libmfx1
# sudo apt-get install ocl-icd-opencl-dev

- name: Run Application
run: pnpm tauri dev
# - name: Run Application
# run: pnpm tauri dev
Loading

0 comments on commit 8935f24

Please sign in to comment.