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

Commit

Permalink
test-protoc-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub committed May 12, 2023
1 parent 46e0ec5 commit c48570b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: Build
Expand All @@ -25,8 +27,8 @@ jobs:
permissions: write-all
steps:
- uses: actions/checkout@v2
- name: Create folder
run: mkdir -p assets/voxel_data/
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: tests
Expand All @@ -45,6 +47,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Install alsa and udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: install-clippy
Expand Down

0 comments on commit c48570b

Please sign in to comment.