Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can somebody explain how to install programs properly? #284

Open
gitgitgt opened this issue Oct 26, 2022 · 2 comments
Open

Can somebody explain how to install programs properly? #284

gitgitgt opened this issue Oct 26, 2022 · 2 comments

Comments

@gitgitgt
Copy link

Hello. On Windows 10, I have used OSFmount and mounted that 1gb image as instructed. Now what? When I open that mounted drive it's just a bunch of files. How do I run Windows 95 from it? Any detailed instructions would be appreciated. Thanks.

@NEWLIFE0477
Copy link

name: Node.js Package

on:
release:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
- run: npm ci
- run: npm test

publish-gpr:
needs: build
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

@gitgitgt
Copy link
Author

lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants