Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Jul 16, 2024
1 parent 6ccb8e2 commit 4a6bd6f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: nightly build

env:
ARCH: x86_64-linux
Expand All @@ -13,13 +13,14 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: write
packages: read

jobs:
build:
name: nightly build

permissions:
contents: write

strategy:
matrix:
target:
Expand Down

0 comments on commit 4a6bd6f

Please sign in to comment.