Skip to content

Commit 340a96d

Browse files
Refactor GitHub Actions workflow for Ubuntu build
1 parent 919a63d commit 340a96d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Build on Ubuntu
2+
on: push
3+
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Check out repository code
9+
uses: actions/checkout@v5
10+
- name: Install jq tool
11+
run: |
12+
sudo apt-get update
13+
sudo apt-get install

.github/workflows/tailscale-workflow.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)